consistently call deq before qc
[oweals/gnunet.git] / src / transport / transport.conf.in
index 20a878c2e4559d6b839cfbe63a248cf2ff21ebca..3718f3224addd5b201bafc5a06c3b935cd70ce6b 100644 (file)
@@ -3,7 +3,7 @@ AUTOSTART = @AUTOSTART@
 @JAVAPORT@PORT = 2091
 HOSTNAME = localhost
 BINARY = gnunet-service-transport
-PREFIX = valgrind
+PREFIX = valgrind
 NEIGHBOUR_LIMIT = 50
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
@@ -52,6 +52,9 @@ TIMEOUT = 5 s
 # BINDTO =
 MAX_CONNECTIONS = 128
 
+# Enable TCP stealth?
+TCP_STEALTH = NO
+
 [transport-udp]
 # Use PORT = 0 to autodetect a port available
 PORT = 2086
@@ -68,11 +71,11 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
 # PROXY =
 
 # User name for proxy server
-# PROXY_USERNAME = 
+# PROXY_USERNAME =
 # User password for proxy server
-# PROXY_PASSWORD = 
+# PROXY_PASSWORD =
 
-# Type of proxy server, 
+# Type of proxy server,
 # Valid values: HTTP, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME
 # Default: HTTP
 # PROXY_TYPE = HTTP
@@ -88,6 +91,9 @@ ADVERTISED_PORT = 1080
 MAX_CONNECTIONS = 128
 TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
+# Enable TCP stealth?
+TCP_STEALTH = NO
+
 [transport-https_client]
 MAX_CONNECTIONS = 128
 TESTING_IGNORE_KEYS = ACCEPT_FROM;
@@ -95,11 +101,11 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
 # PROXY =
 
 # User name for proxy server
-# PROXY_USERNAME = 
+# PROXY_USERNAME =
 # User password for proxy server
-# PROXY_PASSWORD = 
+# PROXY_PASSWORD =
 
-# Type of proxy server, 
+# Type of proxy server,
 # Valid values: HTTP, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME
 # Default: HTTP
 # PROXY_TYPE = HTTP
@@ -126,6 +132,9 @@ CERT_FILE = $GNUNET_DATA_HOME/transport/https.cert
 MAX_CONNECTIONS = 128
 TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
+# Enable TCP stealth?
+TCP_STEALTH = NO
+
 [transport-wlan]
 # Name of the interface in monitor mode (typically monX)
 INTERFACE = mon0