diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2011-05-17 15:46:11 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2011-05-17 15:46:11 +0000 |
commit | 6d8da6d92a633fe812f8c4d0630c232de6a0e04d (patch) | |
tree | b5c2552e945adf396e45c149e7c342736e7ded60 /src/transport/test_transport_api_tcp_nat_peer2.conf | |
parent | 8268f540685c28057fa2d80c1ebcc63865e21281 (diff) |
for the nat we need the client and server?
Diffstat (limited to 'src/transport/test_transport_api_tcp_nat_peer2.conf')
-rw-r--r-- | src/transport/test_transport_api_tcp_nat_peer2.conf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/transport/test_transport_api_tcp_nat_peer2.conf b/src/transport/test_transport_api_tcp_nat_peer2.conf index c3e4e1f01..ccc888e4b 100644 --- a/src/transport/test_transport_api_tcp_nat_peer2.conf +++ b/src/transport/test_transport_api_tcp_nat_peer2.conf @@ -1,9 +1,9 @@ [transport-tcp] DISABLEV6 = YES -PORT = 22368 +PORT = 0 BINDTO = 127.0.0.1 BEHIND_NAT = NO -ALLOW_NAT = YES +ENABLE_NAT_CLIENT = YES EXTERNAL_ADDRESS = 127.0.0.1 INTERNAL_ADDRESS = 127.0.0.1 @@ -37,7 +37,7 @@ MINIMUM-FRIENDS = 0 [transport] PLUGINS = tcp -DEBUG = NO +DEBUG = YES ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; NEIGHBOUR_LIMIT = 50 @@ -95,10 +95,6 @@ HOSTNAME = localhost PORT = 22366 UNIXPATH = /tmp/gnunet-p2-service-arm.sock -[transport-tcp] -TIMEOUT = 300000 -PORT = 22368 - [TESTING] WEAKRANDOM = YES |