gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31797 - gnunet/src/mesh
Date: Mon, 6 Jan 2014 05:47:18 +0100

Author: bartpolot
Date: 2014-01-06 05:47:18 +0100 (Mon, 06 Jan 2014)
New Revision: 31797

Modified:
   gnunet/src/mesh/test_mesh.conf
Log:
- copied and adapted from testbed (previous failed during 30c3 with IPv6 VPN 
setup)


Modified: gnunet/src/mesh/test_mesh.conf
===================================================================
--- gnunet/src/mesh/test_mesh.conf      2014-01-06 04:39:19 UTC (rev 31796)
+++ gnunet/src/mesh/test_mesh.conf      2014-01-06 04:47:18 UTC (rev 31797)
@@ -1,14 +1,23 @@
-[PATHS]
-GNUNET_TEST_HOME = /tmp/test-mesh/
-
-[mesh]
-# BINARY = gnunet-service-mesh-enc
+[testbed]
 AUTOSTART = NO
+PORT = 12113
 ACCEPT_FROM = 127.0.0.1;
 HOSTNAME = localhost
-PORT = 10511
+OVERLAY_TOPOLOGY = LINE
+#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
+
+[fs]
+AUTOSTART = NO
+
+[resolver]
+AUTOSTART = NO
+
+[mesh]
+#BINARY = gnunet-service-mesh-enc
 #PREFIX = valgrind --leak-check=full
 #PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
+AUTOSTART = NO
+ACCEPT_FROM = 127.0.0.1;
 REFRESH_PATH_TIME = 2 s
 ID_ANNOUNCE_TIME = 5 s
 CONNECT_TIMEOUT = 30 s
@@ -19,26 +28,8 @@
 MAX_MSGS_QUEUE = 20
 #DROP_PERCENT = 1
 
-[testbed]
-NUM_PEERS = 5
-OVERLAY_TOPOLOGY = LINE
-
-[fs]
+[dht]
 AUTOSTART = NO
-
-[resolver]
-AUTOSTART = NO
-
-[vpn]
-AUTOSTART = NO
-PORT = 10012
-
-[dht]
-AUTOSTART = YES
-ACCEPT_FROM6 = ::1;
-ACCEPT_FROM = 127.0.0.1;
-HOSTNAME = localhost
-PORT = 12100
 DISABLE_TRY_CONNECT = YES
 FORCE_NSE = 3
 
@@ -47,7 +38,7 @@
 DATABASE = heap
 
 [transport]
-PLUGINS = tcp
+PLUGINS = udp
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -59,31 +50,48 @@
 
 [core]
 PORT = 12092
+AUTOSTART = YES
+USE_EPHEMERAL_KEYS = NO
 
 [arm]
-DEFAULTSERVICES = core mesh
+DEFAULTSERVICES = core transport dht mesh
 PORT = 12366
 
-[transport-tcp]
+[transport-udp]
 TIMEOUT = 300 s
 PORT = 12368
 
+[gnunetd]
+HOSTKEY = $GNUNET_TEST_HOME/.hostkey
+
+[PATHS]
+GNUNET_TEST_HOME = /tmp/test-mesh/
+
 [dns]
 AUTOSTART = NO
 
 [nse]
 AUTOSTART = NO
 
-[namestore]
+[vpn]
 AUTOSTART = NO
 
-[consensus]
-AUTOSTART = NO
-
 [nat]
-# Allow running on systems with only loopback?
 RETURN_LOCAL_ADDRESSES = YES
-# Disable redundant addresses...
 DISABLEV6 = YES
 USE_LOCALADDR = YES
 
+[gns-helper-service-w32]
+AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO
+
+[gns]
+AUTOSTART = NO
+
+[statistics]
+AUTOSTART = NO
+
+[peerinfo]
+NO_IO = YES




reply via email to

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