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
return ret_value;
}
-/* end of test_rps_multipeer.c */
+/* end of test_rps.c */
[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
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
FORCESTART = NO
AUTOSTART = NO
+[zonemaster]
+FORCESTART = NO
+AUTOSTART = NO
+
[namecache]
FORCESTART = NO
AUTOSTART = NO