aboutsummaryrefslogtreecommitdiff
path: root/src
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
parente4f94842aa50fa622ae697cf78d0324e67ef3b52 (diff)
downloadgnunet-e7dfce99924513c5b8f4aff7fcfddde376fb41a5.tar.gz
gnunet-e7dfce99924513c5b8f4aff7fcfddde376fb41a5.zip
- switch to UDP transport plugin
Diffstat (limited to 'src')
-rw-r--r--src/testbed/test_testbed_api.conf12
-rw-r--r--src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf12
2 files changed, 4 insertions, 20 deletions
diff --git a/src/testbed/test_testbed_api.conf b/src/testbed/test_testbed_api.conf
index 4af65d54f..076484670 100644
--- a/src/testbed/test_testbed_api.conf
+++ b/src/testbed/test_testbed_api.conf
@@ -27,7 +27,7 @@ QUOTA = 1 MB
27DATABASE = sqlite 27DATABASE = sqlite
28 28
29[transport] 29[transport]
30PLUGINS = tcp 30PLUGINS = udp
31ACCEPT_FROM6 = ::1; 31ACCEPT_FROM6 = ::1;
32ACCEPT_FROM = 127.0.0.1; 32ACCEPT_FROM = 127.0.0.1;
33NEIGHBOUR_LIMIT = 50 33NEIGHBOUR_LIMIT = 50
@@ -46,18 +46,10 @@ USE_EPHEMERAL_KEYS = NO
46DEFAULTSERVICES = core transport 46DEFAULTSERVICES = core transport
47PORT = 12366 47PORT = 12366
48 48
49[transport-tcp] 49[transport-udp]
50TIMEOUT = 300 s 50TIMEOUT = 300 s
51PORT = 12368 51PORT = 12368
52 52
53[TESTING]
54NUM_PEERS = 5
55WEAKRANDOM = YES
56HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
57MAX_CONCURRENT_SSH = 10
58USE_PROGRESSBARS = YES
59PEERGROUP_TIMEOUT = 2400 s
60
61[gnunetd] 53[gnunetd]
62HOSTKEY = $SERVICEHOME/.hostkey 54HOSTKEY = $SERVICEHOME/.hostkey
63 55
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