From: Matthias Wachs Date: Tue, 17 May 2011 14:34:10 +0000 (+0000) Subject: ALLOW_NAT is not even used in tcp plugin X-Git-Tag: initial-import-from-subversion-38251~18467 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8268f540685c28057fa2d80c1ebcc63865e21281;p=oweals%2Fgnunet.git ALLOW_NAT is not even used in tcp plugin --- diff --git a/src/transport/test_transport_api_tcp_peer1.conf b/src/transport/test_transport_api_tcp_peer1.conf index d28a92e7c..d62fd65f7 100644 --- a/src/transport/test_transport_api_tcp_peer1.conf +++ b/src/transport/test_transport_api_tcp_peer1.conf @@ -3,7 +3,7 @@ DISABLEV6 = YES PORT = 12368 BINDTO = 127.0.0.1 BEHIND_NAT = NO -ALLOW_NAT = NO +#ALLOW_NAT = NO ENABLE_UPNP = NO INTERNAL_ADDRESS = 127.0.0.1 EXTERNAL_ADDRESS = 127.0.0.1 @@ -38,7 +38,7 @@ MINIMUM-FRIENDS = 0 [transport] PLUGINS = tcp -#DEBUG = YES +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; diff --git a/src/transport/test_transport_api_tcp_peer2.conf b/src/transport/test_transport_api_tcp_peer2.conf index 0961f3369..2ba08b038 100644 --- a/src/transport/test_transport_api_tcp_peer2.conf +++ b/src/transport/test_transport_api_tcp_peer2.conf @@ -3,7 +3,7 @@ DISABLEV6 = YES PORT = 0 BINDTO = 127.0.0.1 BEHIND_NAT = NO -ALLOW_NAT = NO +#ALLOW_NAT = NO ENABLE_UPNP = NO EXTERNAL_ADDRESS = 127.0.0.1 INTERNAL_ADDRESS = 127.0.0.1 @@ -38,7 +38,7 @@ MINIMUM-FRIENDS = 0 [transport] PLUGINS = tcp -#DEBUG = YES +DEBUG = YES ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; NEIGHBOUR_LIMIT = 50