From 3fabbc289b167e5b30f902a3fbee124ab308d3a0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 22 Nov 2014 20:27:35 +0000 Subject: adding TCP STEALTH support (without integrity protection) to HTTP(S) server --- src/transport/transport.conf.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/transport/transport.conf.in') diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in index 478c342cd..82effb235 100644 --- a/src/transport/transport.conf.in +++ b/src/transport/transport.conf.in @@ -91,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; @@ -129,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 -- cgit v1.2.3