From ae31198dd482e7ef7c04cca34e999dec05217d1c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 27 Dec 2017 14:08:48 +0100 Subject: [PATCH] some niceities for rps test configuration --- src/rps/test_rps.c | 4 ++-- src/rps/test_rps.conf | 38 +++++++++++++++++++++++++++++++------- 2 files changed, 33 insertions(+), 9 deletions(-) diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c index acd3a165d..464b7a8db 100644 --- a/src/rps/test_rps.c +++ b/src/rps/test_rps.c @@ -18,7 +18,7 @@ Boston, MA 02110-1301, USA. */ /** - * @file rps/test_rps_multipeer.c + * @file rps/test_rps.c * @brief Testcase for the random peer sampling service. Starts * a peergroup with a given number of peers, then waits to * receive size pushes/pulls from each peer. Expects to wait @@ -1542,4 +1542,4 @@ main (int argc, char *argv[]) return ret_value; } -/* end of test_rps_multipeer.c */ +/* end of test_rps.c */ diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf index 7da91ccf0..fce07c945 100644 --- a/src/rps/test_rps.conf +++ b/src/rps/test_rps.conf @@ -24,16 +24,16 @@ INITSIZE = 4 [testbed] HOSTNAME = localhost -OPERATION_TIMEOUT = 60 s +# OPERATION_TIMEOUT = 60 s -MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1 -#OVERLAY_TOPOLOGY = CLIQUE -OVERLAY_TOPOLOGY = SMALL_WORLD +# MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100 +OVERLAY_TOPOLOGY = CLIQUE +#OVERLAY_TOPOLOGY = SMALL_WORLD #SCALE_FREE_TOPOLOGY_CAP = -OVERLAY_RANDOM_LINKS = 25 +# OVERLAY_RANDOM_LINKS = 25 -SETUP_TIMEOUT = 2 m +# SETUP_TIMEOUT = 2 m [nse] WORKBITS = 0 @@ -46,7 +46,27 @@ USE_LOCALADDR = YES RETURN_LOCAL_ADDRESSES = YES [transport] -PLUGINS = unix +PLUGINS = udp + +[ats] +# Network specific inbound/outbound quotas +UNSPECIFIED_QUOTA_IN = unlimited +UNSPECIFIED_QUOTA_OUT = unlimited +# LOOPBACK +LOOPBACK_QUOTA_IN = unlimited +LOOPBACK_QUOTA_OUT = unlimited +# LAN +LAN_QUOTA_IN = unlimited +LAN_QUOTA_OUT = unlimited +#WAN +WAN_QUOTA_OUT = unlimited +WAN_QUOTA_IN = unlimited +# WLAN +WLAN_QUOTA_IN = unlimited +WLAN_QUOTA_OUT = unlimited +# BLUETOOTH +BLUETOOTH_QUOTA_IN = unlimited +BLUETOOTH_QUOTA_OUT = unlimited [dht] DISABLE_TRY_CONNECT = YES @@ -69,6 +89,10 @@ NO_IO = YES FORCESTART = NO AUTOSTART = NO +[zonemaster] +FORCESTART = NO +AUTOSTART = NO + [namecache] FORCESTART = NO AUTOSTART = NO -- 2.25.1