aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-22 20:27:35 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-22 20:27:35 +0000
commit3fabbc289b167e5b30f902a3fbee124ab308d3a0 (patch)
treebe56b64358a159522b65ae3b48ac51cd5f71d5dd /src/transport/transport.conf.in
parentedd5320032bd90563942dc85a0b29e09888dad67 (diff)
downloadgnunet-3fabbc289b167e5b30f902a3fbee124ab308d3a0.tar.gz
gnunet-3fabbc289b167e5b30f902a3fbee124ab308d3a0.zip
adding TCP STEALTH support (without integrity protection) to HTTP(S) server
Diffstat (limited to 'src/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in6
1 files changed, 6 insertions, 0 deletions
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
91MAX_CONNECTIONS = 128 91MAX_CONNECTIONS = 128
92TESTING_IGNORE_KEYS = ACCEPT_FROM; 92TESTING_IGNORE_KEYS = ACCEPT_FROM;
93 93
94# Enable TCP stealth?
95TCP_STEALTH = NO
96
94[transport-https_client] 97[transport-https_client]
95MAX_CONNECTIONS = 128 98MAX_CONNECTIONS = 128
96TESTING_IGNORE_KEYS = ACCEPT_FROM; 99TESTING_IGNORE_KEYS = ACCEPT_FROM;
@@ -129,6 +132,9 @@ CERT_FILE = $GNUNET_DATA_HOME/transport/https.cert
129MAX_CONNECTIONS = 128 132MAX_CONNECTIONS = 128
130TESTING_IGNORE_KEYS = ACCEPT_FROM; 133TESTING_IGNORE_KEYS = ACCEPT_FROM;
131 134
135# Enable TCP stealth?
136TCP_STEALTH = NO
137
132[transport-wlan] 138[transport-wlan]
133# Name of the interface in monitor mode (typically monX) 139# Name of the interface in monitor mode (typically monX)
134INTERFACE = mon0 140INTERFACE = mon0