From e7dfce99924513c5b8f4aff7fcfddde376fb41a5 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 14 May 2013 11:51:53 +0000 Subject: - switch to UDP transport plugin --- src/testbed/test_testbed_api.conf | 12 ++---------- .../test_testbed_api_testbed_run_topologyfromfile.conf | 12 ++---------- 2 files changed, 4 insertions(+), 20 deletions(-) (limited to 'src') 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 DATABASE = sqlite [transport] -PLUGINS = tcp +PLUGINS = udp ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; NEIGHBOUR_LIMIT = 50 @@ -46,18 +46,10 @@ USE_EPHEMERAL_KEYS = NO DEFAULTSERVICES = core transport PORT = 12366 -[transport-tcp] +[transport-udp] TIMEOUT = 300 s PORT = 12368 -[TESTING] -NUM_PEERS = 5 -WEAKRANDOM = YES -HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat -MAX_CONCURRENT_SSH = 10 -USE_PROGRESSBARS = YES -PEERGROUP_TIMEOUT = 2400 s - [gnunetd] HOSTKEY = $SERVICEHOME/.hostkey 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 DATABASE = sqlite [transport] -PLUGINS = tcp +PLUGINS = udp ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; NEIGHBOUR_LIMIT = 50 @@ -47,18 +47,10 @@ USE_EPHEMERAL_KEYS = NO DEFAULTSERVICES = core transport PORT = 12366 -[transport-tcp] +[transport-udp] TIMEOUT = 300 s PORT = 12368 -[TESTING] -NUM_PEERS = 5 -WEAKRANDOM = YES -HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat -MAX_CONCURRENT_SSH = 10 -USE_PROGRESSBARS = YES -PEERGROUP_TIMEOUT = 2400 s - [gnunetd] HOSTKEY = $SERVICEHOME/.hostkey -- cgit v1.2.3