Cleaned up code
[oweals/gnunet.git] / src / transport / test_transport_api_http_peer2.conf
index 7ccf5984da444bd7d48ae0862cd215ba51d235b4..15a562b6e1ca47a82b0ec97a2d923491939648d2 100644 (file)
@@ -1,6 +1,7 @@
 [transport-http]
 PORT = 22368
 DEBUG = YES
+BINDTO = 127.0.0.1
 
 [fs]
 AUTOSTART = NO
@@ -32,7 +33,8 @@ MINIMUM-FRIENDS = 0
 
 [transport]
 PLUGINS = http
-DEBUG = YES
+#PLUGINS = tcp http
+DEBUG = NO
 # PREFIX = 
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
@@ -42,6 +44,7 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 22365
+UNIXPATH = /tmp/gnunet-p2-service-transport.sock
 #PREFIX = xterm -T transport1 -e gdb --command=cmd --args
 #PREFIX = valgrind --leak-check=full
 
@@ -55,6 +58,7 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 22369
+UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
 
 [resolver]
 ACCEPT_FROM6 = ::1;
@@ -64,6 +68,7 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 22364
+UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
 
 [statistics]
 ACCEPT_FROM6 = ::1;
@@ -73,6 +78,8 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 22367
+UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
+
 
 [arm]
 DEFAULTSERVICES = 
@@ -83,10 +90,16 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 22366
+UNIXPATH = /tmp/gnunet-p2-service-arm.sock
+
+
+[transport-http]
+PORT = 22389
+DEBUG = NO
 
 [transport-tcp]
-TIMEOUT = 300000
-PORT = 22368
+PORT = 22399
+DEBUG = YES
 
 [TESTING]
 WEAKRANDOM = YES