From: Nathan S. Evans Date: Thu, 24 Feb 2011 12:24:34 +0000 (+0000) Subject: nat topology optimization X-Git-Tag: initial-import-from-subversion-38251~19058 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=be11fb77e7339a09e3bbb9f1b30ec7d2e96dfe8d;p=oweals%2Fgnunet.git nat topology optimization --- 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, } /* - * Add entries to the some list + * Remove entries from the peer connection list * * @param pg the peer group we are working with * @param first index of the first peer @@ -2039,7 +2039,7 @@ create_nated_internet_copy (struct GNUNET_TESTING_PeerGroup *pg, outer_count, inner_count); #endif connect_attempts += proc (pg, outer_count, inner_count, list, GNUNET_YES); - add_connections(pg, outer_count, inner_count, ALLOWED, GNUNET_YES); + add_connections(pg, outer_count, inner_count, ALLOWED, GNUNET_NO); } } }