changes
[oweals/gnunet.git] / src / transport / transport.conf.in
index cffd6fe06c4dc4a4ffa6e95ec2e9f39da65cf0c2..811eada42c090e44c5eaa1f709f6ae1000b582c4 100644 (file)
@@ -9,7 +9,7 @@ BINARY = gnunet-service-transport
 NEIGHBOUR_LIMIT = 50
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-PLUGINS = tcp udp unix
+PLUGINS = tcp udp
 UNIXPATH = /tmp/gnunet-service-transport.sock
 BLACKLIST_FILE = $SERVICEHOME/blacklist
 # This could possibly be relaxed
@@ -27,11 +27,13 @@ UNIX_MATCH_GID = YES
 
 [transport-unix]
 PORT = 22086
+TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 [transport-tcp]
 # Use 0 to ONLY advertise as a peer behind NAT (no port binding)
 PORT = 2086
 ADVERTISED_PORT = 2086
+TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 # Maximum number of open TCP connections allowed
 MAX_CONNECTIONS = 128
@@ -47,12 +49,14 @@ MAX_CONNECTIONS = 128
 [transport-udp]
 PORT = 2086
 BROADCAST = YES
-BROADCAST_INTERVAL = 30000
+BROADCAST_INTERVAL = 30 s
 MAX_BPS = 1000000
+TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 [transport-http]
 PORT = 1080
 MAX_CONNECTIONS = 128
+TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 [transport-https]
 PORT = 4433
@@ -60,10 +64,11 @@ CRYPTO_INIT = NORMAL
 KEY_FILE = https.key
 CERT_FILE = https.cert
 MAX_CONNECTIONS = 128
+TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 [transport-wlan]
 # Name of the interface in monitor mode (typically monX)
 INTERFACE = mon0
 # Real hardware, no testing
 TESTMODE = 0
-
+TESTING_IGNORE_KEYS = ACCEPT_FROM;