aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
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