From: Matthias Wachs Date: Mon, 4 Jul 2011 12:11:14 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~17970 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8f74ee7118dc44e4ea463a3657c69a379983a4d6;p=oweals%2Fgnunet.git --- diff --git a/src/transport/test_transport_api_multiaddress_tcp_peer1.conf b/src/transport/test_transport_api_multiaddress_tcp_peer1.conf new file mode 100644 index 000000000..73afb0a62 --- /dev/null +++ b/src/transport/test_transport_api_multiaddress_tcp_peer1.conf @@ -0,0 +1,14 @@ +[transport-tcp] +PORT = 12000 +BINDTO = 127.0.0.1 + +[nat] +DISABLEV6 = YES +BEHIND_NAT = NO +#ALLOW_NAT = NO +ENABLE_UPNP = NO +#INTERNAL_ADDRESS = 127.0.0.1 +#EXTERNAL_ADDRESS = 127.0.0.1 +USE_LOCALADDR = YES + +@INLINE@ template_cfg_peer1.conf \ No newline at end of file diff --git a/src/transport/test_transport_api_multiaddress_tcp_peer2.conf b/src/transport/test_transport_api_multiaddress_tcp_peer2.conf new file mode 100644 index 000000000..7226b78ad --- /dev/null +++ b/src/transport/test_transport_api_multiaddress_tcp_peer2.conf @@ -0,0 +1,14 @@ +[transport-tcp] +PORT = 12200 +BINDTO = 127.0.0.1 + +[nat] +DISABLEV6 = YES +BEHIND_NAT = NO +ALLOW_NAT = NO +ENABLE_UPNP = NO +#EXTERNAL_ADDRESS = 127.0.0.1 +#INTERNAL_ADDRESS = 127.0.0.1 +USE_LOCALADDR = YES + +@INLINE@ template_cfg_peer2.conf \ No newline at end of file