gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16179 - gnunet/src/nse


From: gnunet
Subject: [GNUnet-SVN] r16179 - gnunet/src/nse
Date: Mon, 25 Jul 2011 16:34:34 +0200

Author: grothoff
Date: 2011-07-25 16:34:34 +0200 (Mon, 25 Jul 2011)
New Revision: 16179

Modified:
   gnunet/src/nse/gnunet-service-nse.c
   gnunet/src/nse/test_nse.conf
Log:
fix

Modified: gnunet/src/nse/gnunet-service-nse.c
===================================================================
--- gnunet/src/nse/gnunet-service-nse.c 2011-07-25 14:27:33 UTC (rev 16178)
+++ gnunet/src/nse/gnunet-service-nse.c 2011-07-25 14:34:34 UTC (rev 16179)
@@ -953,7 +953,7 @@
 
 #if ENABLE_HISTOGRAM
   if (NULL != wh)
-    GNUNET_BIO_write_int64 (wh, GNUNET_htonll (GNUNET_TIME_absolute_get 
().abs_value));
+    GNUNET_BIO_write_int64 (wh, GNUNET_TIME_absolute_get ().abs_value);
 #endif
   incoming_flood = (const struct GNUNET_NSE_FloodMessage *) message;
   GNUNET_STATISTICS_update (stats, 

Modified: gnunet/src/nse/test_nse.conf
===================================================================
--- gnunet/src/nse/test_nse.conf        2011-07-25 14:27:33 UTC (rev 16178)
+++ gnunet/src/nse/test_nse.conf        2011-07-25 14:34:34 UTC (rev 16179)
@@ -1,5 +1,5 @@
 [PATHS]
-SERVICEHOME = /tmp/test-gnunetd-nse/
+SERVICEHOME = /tmp/test-nse-multipeer/
 DEFAULTCONFIG = test_nse.conf
 
 [nse]
@@ -18,6 +18,7 @@
 INTERVAL = 15000
 WORKBITS = 8
 
+HISTOGRAM = $SERVICEHOME/nse-histogram
 
 
 [arm]
@@ -57,7 +58,7 @@
 AUTOSTART = NO
 
 [testing]
-NUM_PEERS = 1000
+NUM_PEERS = 50
 WEAKRANDOM = YES
 TOPOLOGY = NONE
 CONNECT_TOPOLOGY = SMALL_WORLD_RING
@@ -71,5 +72,6 @@
 USE_PROGRESSBARS = YES
 PEERGROUP_TIMEOUT = 1000
 
+DELETE_FILES = NO
 
 




reply via email to

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