refactor DHT for new service API
[oweals/gnunet.git] / src / revocation / test_revocation.conf
index 0b6beb0a3fd602986804b6802cd5c3efef95ae2d..2c444ea7dc194a8e821bb1297833a2c726460086 100644 (file)
@@ -1,21 +1,30 @@
+@INLINE@ ../../contrib/no_forcestart.conf
+
 [paths]
 GNUNET_HOME=/tmp/test-revocation-service
 SERVICEHOME=/tmp/test-revocation-service
 
 [revocation]
-WORKBITS = 5
+WORKBITS = 3
+FORCESTART = YES
 
 [identity]
 # Directory where we store information about our egos
 EGODIR = $GNUNET_HOME/identity/egos/
 SUBSYSTEM_CFG = $SERVICEHOME/s.conf
 
-[hostlist]
-AUTOSTART = NO
-SERVERS = dummy
+[nat]
+RETURN_LOCAL_ADDRESSES = YES
 
-[transport-udp]
-BROADCAST = NO
+[transport]
+PLUGINS = tcp
 
 [peerinfo]
-USE_INCLUDED_HELLOS = NO
\ No newline at end of file
+USE_INCLUDED_HELLOS = NO
+
+[testbed]
+OVERLAY_TOPOLOGY = CLIQUE
+SETUP_TIMEOUT = 10 s
+OPERATION_TIMEOUT = 5 s
+CACHE_SIZE = 0
+