(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 4 Jul 2011 12:11:14 +0000 (12:11 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 4 Jul 2011 12:11:14 +0000 (12:11 +0000)
src/transport/test_transport_api_multiaddress_tcp_peer1.conf [new file with mode: 0644]
src/transport/test_transport_api_multiaddress_tcp_peer2.conf [new file with mode: 0644]

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 (file)
index 0000000..73afb0a
--- /dev/null
@@ -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 (file)
index 0000000..7226b78
--- /dev/null
@@ -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