aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-24 12:24:34 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-24 12:24:34 +0000
commitbe11fb77e7339a09e3bbb9f1b30ec7d2e96dfe8d (patch)
treeee59756024af3536f34e1c5db272947f466c4d83 /src/testing
parentd17a4a78bbc03c21907bb999bbb02676befe0640 (diff)
downloadgnunet-be11fb77e7339a09e3bbb9f1b30ec7d2e96dfe8d.tar.gz
gnunet-be11fb77e7339a09e3bbb9f1b30ec7d2e96dfe8d.zip
nat topology optimization
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 5837930ee..60d3fd141 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -1455,7 +1455,7 @@ make_config (const struct GNUNET_CONFIGURATION_Handle *cfg,
1455} 1455}
1456 1456
1457/* 1457/*
1458 * Add entries to the some list 1458 * Remove entries from the peer connection list
1459 * 1459 *
1460 * @param pg the peer group we are working with 1460 * @param pg the peer group we are working with
1461 * @param first index of the first peer 1461 * @param first index of the first peer
@@ -2039,7 +2039,7 @@ create_nated_internet_copy (struct GNUNET_TESTING_PeerGroup *pg,
2039 outer_count, inner_count); 2039 outer_count, inner_count);
2040#endif 2040#endif
2041 connect_attempts += proc (pg, outer_count, inner_count, list, GNUNET_YES); 2041 connect_attempts += proc (pg, outer_count, inner_count, list, GNUNET_YES);
2042 add_connections(pg, outer_count, inner_count, ALLOWED, GNUNET_YES); 2042 add_connections(pg, outer_count, inner_count, ALLOWED, GNUNET_NO);
2043 } 2043 }
2044 } 2044 }
2045 } 2045 }