aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-05-14 11:51:53 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-05-14 11:51:53 +0000
commite7dfce99924513c5b8f4aff7fcfddde376fb41a5 (patch)
tree61a0dedcc40d81fe475633474d31961221372050 /src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
parente4f94842aa50fa622ae697cf78d0324e67ef3b52 (diff)
downloadgnunet-e7dfce99924513c5b8f4aff7fcfddde376fb41a5.tar.gz
gnunet-e7dfce99924513c5b8f4aff7fcfddde376fb41a5.zip
- switch to UDP transport plugin
Diffstat (limited to 'src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf')
-rw-r--r--src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf b/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
index fc9fe5ab3..1d7037fda 100644
--- a/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
+++ b/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
@@ -28,7 +28,7 @@ QUOTA = 1 MB
28DATABASE = sqlite 28DATABASE = sqlite
29 29
30[transport] 30[transport]
31PLUGINS = tcp 31PLUGINS = udp
32ACCEPT_FROM6 = ::1; 32ACCEPT_FROM6 = ::1;
33ACCEPT_FROM = 127.0.0.1; 33ACCEPT_FROM = 127.0.0.1;
34NEIGHBOUR_LIMIT = 50 34NEIGHBOUR_LIMIT = 50
@@ -47,18 +47,10 @@ USE_EPHEMERAL_KEYS = NO
47DEFAULTSERVICES = core transport 47DEFAULTSERVICES = core transport
48PORT = 12366 48PORT = 12366
49 49
50[transport-tcp] 50[transport-udp]
51TIMEOUT = 300 s 51TIMEOUT = 300 s
52PORT = 12368 52PORT = 12368
53 53
54[TESTING]
55NUM_PEERS = 5
56WEAKRANDOM = YES
57HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
58MAX_CONCURRENT_SSH = 10
59USE_PROGRESSBARS = YES
60PEERGROUP_TIMEOUT = 2400 s
61
62[gnunetd] 54[gnunetd]
63HOSTKEY = $SERVICEHOME/.hostkey 55HOSTKEY = $SERVICEHOME/.hostkey
64 56