gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5916 - in GNUnet/src: applications/advertising transports/


From: gnunet
Subject: [GNUnet-SVN] r5916 - in GNUnet/src: applications/advertising transports/upnp
Date: Sat, 15 Dec 2007 18:56:28 -0700 (MST)

Author: grothoff
Date: 2007-12-15 18:56:28 -0700 (Sat, 15 Dec 2007)
New Revision: 5916

Modified:
   GNUnet/src/applications/advertising/advertising_test.c
   GNUnet/src/transports/upnp/upnptest.c
Log:
prip

Modified: GNUnet/src/applications/advertising/advertising_test.c
===================================================================
--- GNUnet/src/applications/advertising/advertising_test.c      2007-12-15 
21:13:17 UTC (rev 5915)
+++ GNUnet/src/applications/advertising/advertising_test.c      2007-12-16 
01:56:28 UTC (rev 5916)
@@ -36,9 +36,9 @@
 #include "gnunet_testing_lib.h"
 #include "gnunet_stats_lib.h"
 
-#define NUM_PEERS 12
+#define NUM_PEERS 6
 
-#define NUM_ROUNDS 10
+#define NUM_ROUNDS 5
 
 static int
 countConnections (const char *name, unsigned long long value, void *cls)

Modified: GNUnet/src/transports/upnp/upnptest.c
===================================================================
--- GNUnet/src/transports/upnp/upnptest.c       2007-12-15 21:13:17 UTC (rev 
5915)
+++ GNUnet/src/transports/upnp/upnptest.c       2007-12-16 01:56:28 UTC (rev 
5916)
@@ -86,7 +86,7 @@
       if (GNUNET_OK == upnp->get_ip (2086, "TCP", &addr))
         {
           printf ("UPnP returned external IP %u.%u.%u.%u\n",
-                  PRIP (ntohl (*(int *) &addr)));
+                  GNUNET_PRIP (ntohl (*(int *) &addr)));
         }
       else
         {





reply via email to

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