diff options
Diffstat (limited to 'src/transport/test_transport_api_tcp_nat_peer1.conf')
-rw-r--r-- | src/transport/test_transport_api_tcp_nat_peer1.conf | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/transport/test_transport_api_tcp_nat_peer1.conf b/src/transport/test_transport_api_tcp_nat_peer1.conf index 682edf989..93a36abda 100644 --- a/src/transport/test_transport_api_tcp_nat_peer1.conf +++ b/src/transport/test_transport_api_tcp_nat_peer1.conf @@ -3,7 +3,7 @@ DISABLEV6 = YES PORT = 12368 BINDTO = 127.0.0.1 BEHIND_NAT = YES -ALLOW_NAT = NO +ENABLE_NAT_SERVER = YES INTERNAL_ADDRESS = 127.0.0.1 EXTERNAL_ADDRESS = 127.0.0.1 @@ -37,8 +37,8 @@ MINIMUM-FRIENDS = 0 [transport] PLUGINS = tcp -DEBUG = NO -#PREFIX = xterm -T transport2 -e gdb --args +DEBUG = YES +#PREFIX = xterm -T transport2 --args #PREFIX = valgrind --leak-check=full ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; @@ -95,9 +95,7 @@ HOSTNAME = localhost PORT = 12366 UNIXPATH = /tmp/gnunet-p1-service-arm.sock -[transport-tcp] -TIMEOUT = 300000 -PORT = 12368[mesh] +[mesh] AUTOSTART = NO PORT = 10511 HOSTNAME = localhost |