gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26334 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r26334 - gnunet/contrib
Date: Wed, 6 Mar 2013 12:02:10 +0100

Author: harsha
Date: 2013-03-06 12:02:10 +0100 (Wed, 06 Mar 2013)
New Revision: 26334

Added:
   gnunet/contrib/testbed_supermuc.conf
Modified:
   gnunet/contrib/testbed_infiniband.conf
Log:
SuperMUC testbed config


Modified: gnunet/contrib/testbed_infiniband.conf
===================================================================
--- gnunet/contrib/testbed_infiniband.conf      2013-03-06 10:52:53 UTC (rev 
26333)
+++ gnunet/contrib/testbed_infiniband.conf      2013-03-06 11:02:10 UTC (rev 
26334)
@@ -37,7 +37,7 @@
 DATABASE = sqlite
 
 [transport]
-PLUGINS = unix
+PLUGINS = udp
 DEBUG = NO
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;

Copied: gnunet/contrib/testbed_supermuc.conf (from rev 26333, 
gnunet/contrib/testbed_infiniband.conf)
===================================================================
--- gnunet/contrib/testbed_supermuc.conf                                (rev 0)
+++ gnunet/contrib/testbed_supermuc.conf        2013-03-06 11:02:10 UTC (rev 
26334)
@@ -0,0 +1,92 @@
+[testbed]
+AUTOSTART = NO
+PORT = 12113
+ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
+HOSTNAME = localhost
+MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
+OVERLAY_TOPOLOGY = RANDOM
+OVERLAY_RANDOM_LINKS = 100000
+OPERATION_TIMEOUT = 45 s
+# LOG_FILE = /tmp/testbed.log
+#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
+
+[fs]
+AUTOSTART = NO
+
+[resolver]
+AUTOSTART = NO
+
+[mesh]
+AUTOSTART = NO
+PORT = 71
+
+[dht]
+AUTOSTART = NO
+PORT = 70
+DISABLE_TRY_CONNECT = YES
+
+[statistics]
+AUTOSTART = NO
+PORT = 72
+
+[block]
+plugins = dht test
+
+[dhtcache]
+QUOTA = 1 MB
+DATABASE = sqlite
+
+[transport]
+PLUGINS = udp
+DEBUG = NO
+ACCEPT_FROM6 = ::1;
+ACCEPT_FROM = 127.0.0.1;
+NEIGHBOUR_LIMIT = 10
+
+[core]
+PORT = 12092
+AUTOSTART = YES
+USE_EPHEMERAL_KEYS = NO
+
+[arm]
+DEFAULTSERVICES = core
+#PORT = 12366
+DEBUG = NO
+
+[transport-udp]
+TIMEOUT = 300 s
+PORT = 12368
+BROADCAST = NO
+
+[gnunetd]
+HOSTKEY = $SERVICEHOME/.hostkey
+
+[PATHS]
+SERVICEHOME = /tmp/test-testbed/
+
+[dns]
+AUTOSTART = NO
+
+[nse]
+AUTOSTART = NO
+
+[vpn]
+AUTOSTART = NO
+
+[nat]
+RETURN_LOCAL_ADDRESSES = YES
+
+[gns]
+AUTOSTART = NO
+
+[peerinfo]
+NO_IO = YES
+
+[consensus]
+AUTOSTART = NO
+
+[dv]
+AUTOSTART = NO
+
+[lockmanager]
+AUTOSTART = NO




reply via email to

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