[transport] Fix EBADF in select()
[oweals/gnunet.git] / src / transport / template_cfg_peer2.conf
index f81eeae62aa22ff2fc03f3976b8f0324a8750940..8df39d48846dc16a75e36a66cc37c93832ae5bc9 100644 (file)
@@ -1,6 +1,12 @@
 @INLINE@ test_transport_defaults.conf
 [PATHS]
 GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/
+GNUNET_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/
+GNUNET_USER_RUNTIME_DIR = $GNUNET_TEST_HOME/runtime/
+
+[nat]
+RETURN_LOCAL_ADDRESSES = YES
+DISABLEV6 = NO
 
 [transport-tcp]
 PORT = 12100
@@ -12,9 +18,18 @@ BROADCAST = NO
 [transport-unix]
 PORT = 12017
 
+[transport-http_server]
+PORT = 12018
+USE_IPv6 = YES
+
+[transport-https_server]
+PORT = 12019
+KEY_FILE = $GNUNET_TEST_HOME/https_key_p1.key
+CERT_FILE = $GNUNET_TEST_HOME/https_cert_p1.crt
+USE_IPv6 = YES
+
 [arm]
 PORT = 12014
-DEFAULTSERVICES = transport
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
 
 [statistics]
@@ -40,4 +55,4 @@ PORT = 12016
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-ats.sock
 
 [hostlist]
-SERVERS = dummy
\ No newline at end of file
+SERVERS = dummy