moving NAT options into their own section
[oweals/gnunet.git] / src / transport / test_quota_compliance_tcp_peer2.conf
index 117e3d1ca85a4a6823036e9969e62977d684ae4d..8a68be79ca49849aeb655a8061489d6289c5e049 100644 (file)
@@ -8,7 +8,16 @@ PORT = 3094
 [transport-tcp]
 TIMEOUT = 300000
 PORT = 3094
+USE_LOCALADDR = YES
+
+[nat]
+DISABLEV6 = YES
 BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1
 
 [fs]
 AUTOSTART = NO
@@ -50,7 +59,7 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 3091
-UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_transport_peer2.sock
+UNIXPATH = /tmp/test_quota_compliance_tcp_transport_peer2.sock
 
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
@@ -62,7 +71,7 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 3090
-UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_peerinfo_peer2.sock
+UNIXPATH = /tmp/test_quota_compliance_tcp_peerinfo_peer2.sock
 
 [resolver]
 ACCEPT_FROM6 = ::1;
@@ -72,7 +81,7 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 3089
-UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_resolver_peer2.sock
+UNIXPATH = /tmp/test_quota_compliance_tcp_resolver_peer2.sock
 
 [statistics]
 ACCEPT_FROM6 = ::1;
@@ -82,7 +91,7 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 3088
-UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_statistics_peer2.sock
+UNIXPATH = /tmp/test_quota_compliance_tcp_statistics_peer2.sock
 
 [arm]
 DEFAULTSERVICES = 
@@ -93,7 +102,7 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 3087
-UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_arm_peer2.sock
+UNIXPATH = /tmp/test_quota_compliance_tcp_arm_peer2.sock
 
 [TESTING]
 WEAKRANDOM = YES
@@ -105,4 +114,6 @@ HOSTKEY = $SERVICEHOME/.hostkey
 [dht]
 AUTOSTART = NO
 
+[mesh]
+AUTOSTART = NO