gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25780 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r25780 - gnunet/contrib
Date: Mon, 14 Jan 2013 16:35:01 +0100

Author: harsha
Date: 2013-01-14 16:35:00 +0100 (Mon, 14 Jan 2013)
New Revision: 25780

Modified:
   gnunet/contrib/testbed_infiniband.conf
Log:
- export config from infiniband

Modified: gnunet/contrib/testbed_infiniband.conf
===================================================================
--- gnunet/contrib/testbed_infiniband.conf      2013-01-14 15:09:30 UTC (rev 
25779)
+++ gnunet/contrib/testbed_infiniband.conf      2013-01-14 15:35:00 UTC (rev 
25780)
@@ -4,7 +4,7 @@
 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
 HOSTNAME = localhost
 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
-MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 90
+# LOG_FILE = /tmp/testbed.log
 #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
 
 [fs]
@@ -15,10 +15,17 @@
 
 [mesh]
 AUTOSTART = NO
+PORT = 71
 
 [dht]
 AUTOSTART = NO
+PORT = 70
+DISABLE_TRY_CONNECT = YES
 
+[statistics]
+AUTOSTART = NO
+PORT = 72
+
 [block]
 plugins = dht test
 
@@ -27,29 +34,37 @@
 DATABASE = sqlite
 
 [transport]
-PLUGINS = tcp
+PLUGINS = udp
 DEBUG = NO
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
-NEIGHBOUR_LIMIT = 50
-PORT = 12365
+NEIGHBOUR_LIMIT = 10
 
 [ats]
-WAN_QUOTA_OUT = 3932160
-WAN_QUOTA_IN = 3932160
+# UNSPECIFIED_QUOTA_IN = unlimited
+# UNSPECIFIED_QUOTA_OUT = unlimited
+# LOOPBACK_QUOTA_IN = unlimited
+# LOOPBACK_QUOTA_OUT = unlimited
+# LAN_QUOTA_IN = unlimited
+# LAN_QUOTA_OUT = unlimited
+# WAN_QUOTA_IN = unlimited
+# WAN_QUOTA_OUT = unlimited
+# WLAN_QUOTA_IN = 1 MiB
+# WLAN_QUOTA_OUT = 1 MiB
 
 [core]
 PORT = 12092
 AUTOSTART = YES
 
 [arm]
-DEFAULTSERVICES = core
+DEFAULTSERVICES = core dht
 #PORT = 12366
 DEBUG = NO
 
-[transport-tcp]
+[transport-udp]
 TIMEOUT = 300 s
 PORT = 12368
+BROADCAST = NO
 
 [TESTING]
 NUM_PEERS = 5
@@ -77,3 +92,9 @@
 
 [nat]
 RETURN_LOCAL_ADDRESSES = YES
+
+[gns]
+AUTOSTART = NO
+
+[peerinfo]
+NO_IO = YES




reply via email to

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