gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27850 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r27850 - gnunet/src/mesh
Date: Wed, 10 Jul 2013 00:52:26 +0200

Author: bartpolot
Date: 2013-07-10 00:52:26 +0200 (Wed, 10 Jul 2013)
New Revision: 27850

Modified:
   gnunet/src/mesh/test_mesh.conf
   gnunet/src/mesh/test_mesh_small.c
Log:
- changes not intended to be commited yet

Modified: gnunet/src/mesh/test_mesh.conf
===================================================================
--- gnunet/src/mesh/test_mesh.conf      2013-07-09 22:50:41 UTC (rev 27849)
+++ gnunet/src/mesh/test_mesh.conf      2013-07-09 22:52:26 UTC (rev 27850)
@@ -9,14 +9,14 @@
 PORT = 10511
 #PREFIX = valgrind --leak-check=full
 #PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
-REFRESH_PATH_TIME = 60 s
+REFRESH_PATH_TIME = 2 s
 ID_ANNOUNCE_TIME = 5 s
 CONNECT_TIMEOUT = 30 s
 DEFAULT_TTL = 16
 DHT_REPLICATION_LEVEL = 3
 MAX_TUNNELS = 10
 MAX_MSGS_QUEUE = 20
-DROP_PERCENT = 1
+#DROP_PERCENT = 1
 
 [testbed]
 NUM_PEERS = 5

Modified: gnunet/src/mesh/test_mesh_small.c
===================================================================
--- gnunet/src/mesh/test_mesh_small.c   2013-07-09 22:50:41 UTC (rev 27849)
+++ gnunet/src/mesh/test_mesh_small.c   2013-07-09 22:52:26 UTC (rev 27850)
@@ -42,7 +42,7 @@
 /**
  * Time to wait for stuff that should be rather fast
  */
-#define SHORT_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 
120)
+#define SHORT_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 20)
 
 /**
  * DIFFERENT TESTS TO RUN




reply via email to

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