diff options
-rw-r--r-- | src/testbed/test_testbed_api.conf | 12 | ||||
-rw-r--r-- | src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf | 12 |
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 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 |