transport service hello reduction, klocwork fixes
[oweals/gnunet.git] / src / transport / test_transport_api_http_peer1.conf
index 2f9e3425d8764bad7e7fba95eb7c5d9ce632411e..e0e5aeea66649816d7a512f4ccf7f3b594355468 100644 (file)
@@ -1,33 +1,27 @@
 [transport-http]
-#PORT = 12368
-DEBUG=YES
+PORT = 12389
+DEBUG = NO
+USE_IPv6 = YES
+USE_IPv4 = YES
+#BINDTO4 = 127.0.0.1
+#BINDTO6 = ::1
 
-[fs]
-ALLOW_SHUTDOWN = YES
-ACCEPT_FROM6 = ::1;
-ACCEPT_FROM = 127.0.0.1;
-BINARY = gnunet-service-fs
-CONFIG = $DEFAULTCONFIG
-HOME = $SERVICEHOME
-HOSTNAME = localhost
-PORT = 2094
-INDEXDB = $SERVICEHOME/idxinfo.lst
+[transport-https]
+PORT = 42389
+DEBUG = NO
+USE_IPv6 = YES
+USE_IPv4 = YES
+#BINDTO4 = 127.0.0.1
+#BINDTO6 = ::1
 
-[datastore-sqlite]
-FILENAME = $SERVICEHOME/datastore/sqlite.db
+[fs]
+AUTOSTART = NO
 
 [datastore]
-DATABASE = sqlite
-BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
-QUOTA = 100000000
-ALLOW_SHUTDOWN = YES
-ACCEPT_FROM6 = ::1;
-ACCEPT_FROM = 127.0.0.1;
-BINARY = gnunet-service-datastore
-CONFIG = $DEFAULTCONFIG
-HOME = $SERVICEHOME
-HOSTNAME = localhost
-PORT = 2093
+AUTOSTART = NO
+
+[core]
+AUTOSTART = NO
 
 [hostlist]
 HTTP-PROXY = 
@@ -50,10 +44,8 @@ MINIMUM-FRIENDS = 0
 
 [transport]
 PLUGINS = http
-DEBUG = YES
-#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
-#PREFIX = valgrind --leak-check=full
-ALLOW_SHUTDOWN = YES
+#PLUGINS = tcp http
+#DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -62,11 +54,14 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 12365
+UNIXPATH = /tmp/gnunet-p1-service-transport.sock
+#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
+#PREFIX = valgrind --leak-check=full
+#PREFIX = valgrind --tool=massif
 
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
 HOSTS = $SERVICEHOME/data/hosts/
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-peerinfo
@@ -74,9 +69,9 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 12369
+UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
 
 [resolver]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-resolver
@@ -84,9 +79,9 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 12364
+UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
 
 [statistics]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -94,10 +89,10 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 12367
+UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
 
 [arm]
 DEFAULTSERVICES = 
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-arm
@@ -105,11 +100,12 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 12366
+UNIXPATH = /tmp/gnunet-p1-service-arm.sock
 
 [transport-tcp]
-ALLOW_SHUTDOWN = NO
-TIMEOUT = 300000
-PORT = 12368
+PORT = 12399
+#DEBUG = YES
+
 
 [TESTING]
 WEAKRANDOM = YES
@@ -118,6 +114,10 @@ WEAKRANDOM = YES
 HOSTKEY = $SERVICEHOME/.hostkey
 
 [PATHS]
-DEFAULTCONFIG = test_transport_api_http_peer1.conf
 SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/
 
+
+[dht]
+AUTOSTART = NO
+
+