aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-02 21:25:51 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-02 21:25:51 +0000
commit4e79e115a5dd0bc399913464cc456ee6ef309c2f (patch)
tree4faa06c6c85e4630a6c04b6765e85837d2d2d75c
parentff2354195a8ed1ea2e9c781d7c4421742b0df4d0 (diff)
downloadgnunet-4e79e115a5dd0bc399913464cc456ee6ef309c2f.tar.gz
gnunet-4e79e115a5dd0bc399913464cc456ee6ef309c2f.zip
adding TCP_STEALTH option to default configuration
-rw-r--r--src/transport/transport.conf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 845c4d384..478c342cd 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -52,6 +52,9 @@ TIMEOUT = 5 s
52# BINDTO = 52# BINDTO =
53MAX_CONNECTIONS = 128 53MAX_CONNECTIONS = 128
54 54
55# Enable TCP stealth?
56TCP_STEALTH = NO
57
55[transport-udp] 58[transport-udp]
56# Use PORT = 0 to autodetect a port available 59# Use PORT = 0 to autodetect a port available
57PORT = 2086 60PORT = 2086