gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 4e79e115a5dd0bc399913464cc456ee6ef309c2f
parent ff2354195a8ed1ea2e9c781d7c4421742b0df4d0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  2 Nov 2014 21:25:51 +0000

adding TCP_STEALTH option to default configuration

Diffstat:
Msrc/transport/transport.conf.in | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in @@ -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