gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8927 - GNUnet/src/applications/testing


From: gnunet
Subject: [GNUnet-SVN] r8927 - GNUnet/src/applications/testing
Date: Tue, 1 Sep 2009 16:00:33 -0600

Author: nevans
Date: 2009-09-01 16:00:32 -0600 (Tue, 01 Sep 2009)
New Revision: 8927

Modified:
   GNUnet/src/applications/testing/remote.c
   GNUnet/src/applications/testing/remotetopologies.c
Log:
InterNAT fix

Modified: GNUnet/src/applications/testing/remote.c
===================================================================
--- GNUnet/src/applications/testing/remote.c    2009-09-01 21:15:09 UTC (rev 
8926)
+++ GNUnet/src/applications/testing/remote.c    2009-09-01 22:00:32 UTC (rev 
8927)
@@ -1297,7 +1297,7 @@
       break;
     case GNUNET_REMOTE_INTERNAT:
 #if VERBOSE
-      fprintf (stderr, _("Creating Erdos-Renyi topology\n"));
+      fprintf (stderr, _("Creating InterNAT topology\n"));
 #endif
       ret =
         GNUNET_REMOTE_connect_nated_internet (percentage, number_of_daemons,

Modified: GNUnet/src/applications/testing/remotetopologies.c
===================================================================
--- GNUnet/src/applications/testing/remotetopologies.c  2009-09-01 21:15:09 UTC 
(rev 8926)
+++ GNUnet/src/applications/testing/remotetopologies.c  2009-09-01 22:00:32 UTC 
(rev 8927)
@@ -125,7 +125,7 @@
         is_nat = GNUNET_YES;
       else
         is_nat = GNUNET_NO;
-      inner_count = 0;
+      inner_count = count + 1;
       iter_pos = pos->next;
       while (iter_pos != NULL)
         {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]