diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2010-11-11 13:28:59 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2010-11-11 13:28:59 +0000 |
commit | 26dbab092216d23db2c51061d1291015b4e01f94 (patch) | |
tree | bbfd69940f13ed5a8212c9de11559e8552207351 /src/transport/test_transport_api_tcp_peer1.conf | |
parent | b3ed5b2cba088e93f928cf9d49f3f6e4c2f54e42 (diff) |
Next try to fix the tcp reliability test problem
This config fixes the failing at least on my system
Diffstat (limited to 'src/transport/test_transport_api_tcp_peer1.conf')
-rw-r--r-- | src/transport/test_transport_api_tcp_peer1.conf | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/transport/test_transport_api_tcp_peer1.conf b/src/transport/test_transport_api_tcp_peer1.conf index b06b53d24..554f01246 100644 --- a/src/transport/test_transport_api_tcp_peer1.conf +++ b/src/transport/test_transport_api_tcp_peer1.conf @@ -1,7 +1,12 @@ [transport-tcp] +DISABLEV6 = YES PORT = 12368 BINDTO = 127.0.0.1 - +BEHIND_NAT = YES +ONLY_NAT_ADDRESSES = YES +ALLOW_NAT = NO +INTERNAL_ADDRESS = 127.0.0.1 +EXTERNAL_ADDRESS = 127.0.0.1 [fs] AUTOSTART = NO @@ -32,7 +37,7 @@ MINIMUM-FRIENDS = 0 [transport] PLUGINS = tcp -DEBUG = NO +#DEBUG = YES #PREFIX = xterm -T transport2 -e gdb --command=cmd --args #PREFIX = valgrind --tool=memcheck --leak-check=full --log-file=transport%p ACCEPT_FROM6 = ::1; @@ -90,10 +95,6 @@ HOSTNAME = localhost PORT = 12366 UNIXPATH = /tmp/gnunet-p1-service-arm.sock -[transport-tcp] -TIMEOUT = 300000 -PORT = 12368 - [TESTING] WEAKRANDOM = YES @@ -101,7 +102,7 @@ WEAKRANDOM = YES HOSTKEY = $SERVICEHOME/.hostkey [PATHS] -DEFAULTCONFIG = test_transport_api_tcp_peer1.conf +#DEFAULTCONFIG = test_transport_api_tcp_peer1.conf SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/ |