aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_tcp_peer1.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-11 17:48:14 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-11 17:48:14 +0000
commitf25494a08e36b01073c72154ee6492aed8133d0c (patch)
treeec82c707f40d14a86e80241af7b53a6b5b054173 /src/transport/test_transport_api_tcp_peer1.conf
parentd52a709fd0e7b52e59a747c983dfd27ffbee335b (diff)
downloadgnunet-f25494a08e36b01073c72154ee6492aed8133d0c.tar.gz
gnunet-f25494a08e36b01073c72154ee6492aed8133d0c.zip
fixing configs
Diffstat (limited to 'src/transport/test_transport_api_tcp_peer1.conf')
-rw-r--r--src/transport/test_transport_api_tcp_peer1.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/transport/test_transport_api_tcp_peer1.conf b/src/transport/test_transport_api_tcp_peer1.conf
index 77902fd20..b1160070e 100644
--- a/src/transport/test_transport_api_tcp_peer1.conf
+++ b/src/transport/test_transport_api_tcp_peer1.conf
@@ -2,7 +2,6 @@
2PORT = 12368 2PORT = 12368
3 3
4[fs] 4[fs]
5ALLOW_SHUTDOWN = YES
6ACCEPT_FROM6 = ::1; 5ACCEPT_FROM6 = ::1;
7ACCEPT_FROM = 127.0.0.1; 6ACCEPT_FROM = 127.0.0.1;
8BINARY = gnunet-service-fs 7BINARY = gnunet-service-fs
@@ -19,7 +18,6 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
19DATABASE = sqlite 18DATABASE = sqlite
20BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 19BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
21QUOTA = 100000000 20QUOTA = 100000000
22ALLOW_SHUTDOWN = YES
23ACCEPT_FROM6 = ::1; 21ACCEPT_FROM6 = ::1;
24ACCEPT_FROM = 127.0.0.1; 22ACCEPT_FROM = 127.0.0.1;
25BINARY = gnunet-service-datastore 23BINARY = gnunet-service-datastore
@@ -52,7 +50,6 @@ PLUGINS = tcp
52#DEBUG = YES 50#DEBUG = YES
53#PREFIX = xterm -T transport2 -e gdb --command=cmd --args 51#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
54#PREFIX = valgrind --leak-check=full 52#PREFIX = valgrind --leak-check=full
55ALLOW_SHUTDOWN = YES
56ACCEPT_FROM6 = ::1; 53ACCEPT_FROM6 = ::1;
57ACCEPT_FROM = 127.0.0.1; 54ACCEPT_FROM = 127.0.0.1;
58NEIGHBOUR_LIMIT = 50 55NEIGHBOUR_LIMIT = 50
@@ -65,7 +62,6 @@ PORT = 12365
65[peerinfo] 62[peerinfo]
66TRUST = $SERVICEHOME/data/credit/ 63TRUST = $SERVICEHOME/data/credit/
67HOSTS = $SERVICEHOME/data/hosts/ 64HOSTS = $SERVICEHOME/data/hosts/
68ALLOW_SHUTDOWN = YES
69ACCEPT_FROM6 = ::1; 65ACCEPT_FROM6 = ::1;
70ACCEPT_FROM = 127.0.0.1; 66ACCEPT_FROM = 127.0.0.1;
71BINARY = gnunet-service-peerinfo 67BINARY = gnunet-service-peerinfo
@@ -75,7 +71,6 @@ HOSTNAME = localhost
75PORT = 12369 71PORT = 12369
76 72
77[resolver] 73[resolver]
78ALLOW_SHUTDOWN = YES
79ACCEPT_FROM6 = ::1; 74ACCEPT_FROM6 = ::1;
80ACCEPT_FROM = 127.0.0.1; 75ACCEPT_FROM = 127.0.0.1;
81BINARY = gnunet-service-resolver 76BINARY = gnunet-service-resolver
@@ -85,7 +80,6 @@ HOSTNAME = localhost
85PORT = 12364 80PORT = 12364
86 81
87[statistics] 82[statistics]
88ALLOW_SHUTDOWN = YES
89ACCEPT_FROM6 = ::1; 83ACCEPT_FROM6 = ::1;
90ACCEPT_FROM = 127.0.0.1; 84ACCEPT_FROM = 127.0.0.1;
91BINARY = gnunet-service-statistics 85BINARY = gnunet-service-statistics
@@ -96,7 +90,6 @@ PORT = 12367
96 90
97[arm] 91[arm]
98DEFAULTSERVICES = 92DEFAULTSERVICES =
99ALLOW_SHUTDOWN = YES
100ACCEPT_FROM6 = ::1; 93ACCEPT_FROM6 = ::1;
101ACCEPT_FROM = 127.0.0.1; 94ACCEPT_FROM = 127.0.0.1;
102BINARY = gnunet-service-arm 95BINARY = gnunet-service-arm
@@ -106,7 +99,6 @@ HOSTNAME = localhost
106PORT = 12366 99PORT = 12366
107 100
108[transport-tcp] 101[transport-tcp]
109ALLOW_SHUTDOWN = NO
110TIMEOUT = 300000 102TIMEOUT = 300000
111PORT = 12368 103PORT = 12368
112 104