aboutsummaryrefslogtreecommitdiff
path: root/src
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
parentd52a709fd0e7b52e59a747c983dfd27ffbee335b (diff)
downloadgnunet-f25494a08e36b01073c72154ee6492aed8133d0c.tar.gz
gnunet-f25494a08e36b01073c72154ee6492aed8133d0c.zip
fixing configs
Diffstat (limited to 'src')
-rw-r--r--src/core/test_core_api_peer1.conf7
-rw-r--r--src/core/test_core_api_peer2.conf7
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer1.conf3
-rw-r--r--src/transport/test_transport_api_http_peer1.conf8
-rw-r--r--src/transport/test_transport_api_http_peer2.conf7
-rw-r--r--src/transport/test_transport_api_tcp_peer1.conf8
-rw-r--r--src/transport/test_transport_api_tcp_peer2.conf8
-rw-r--r--src/transport/test_transport_api_udp_peer1.conf9
-rw-r--r--src/transport/test_transport_api_udp_peer2.conf9
9 files changed, 16 insertions, 50 deletions
diff --git a/src/core/test_core_api_peer1.conf b/src/core/test_core_api_peer1.conf
index e472238d7..a6888b683 100644
--- a/src/core/test_core_api_peer1.conf
+++ b/src/core/test_core_api_peer1.conf
@@ -45,3 +45,10 @@ PORT = 12470
45 45
46[testing] 46[testing]
47WEAKRANDOM = YES 47WEAKRANDOM = YES
48
49[fs]
50AUTOSTART = NO
51
52[datastore]
53AUTOSTART = NO
54
diff --git a/src/core/test_core_api_peer2.conf b/src/core/test_core_api_peer2.conf
index b7de82d0f..9f7f89c0f 100644
--- a/src/core/test_core_api_peer2.conf
+++ b/src/core/test_core_api_peer2.conf
@@ -43,3 +43,10 @@ PORT = 22470
43 43
44[testing] 44[testing]
45WEAKRANDOM = YES 45WEAKRANDOM = YES
46
47[fs]
48AUTOSTART = NO
49
50[datastore]
51AUTOSTART = NO
52
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
index 2a46763bf..19874f022 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
+++ b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
@@ -53,4 +53,5 @@ DEBUG = NO
53AUTOSTART = NO 53AUTOSTART = NO
54 54
55[datastore] 55[datastore]
56AUTOSTART = NO[fs] 56AUTOSTART = NO
57
diff --git a/src/transport/test_transport_api_http_peer1.conf b/src/transport/test_transport_api_http_peer1.conf
index 2f9e3425d..1e458c346 100644
--- a/src/transport/test_transport_api_http_peer1.conf
+++ b/src/transport/test_transport_api_http_peer1.conf
@@ -3,7 +3,6 @@
3DEBUG=YES 3DEBUG=YES
4 4
5[fs] 5[fs]
6ALLOW_SHUTDOWN = YES
7ACCEPT_FROM6 = ::1; 6ACCEPT_FROM6 = ::1;
8ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
9BINARY = gnunet-service-fs 8BINARY = gnunet-service-fs
@@ -20,7 +19,6 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
20DATABASE = sqlite 19DATABASE = sqlite
21BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 20BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
22QUOTA = 100000000 21QUOTA = 100000000
23ALLOW_SHUTDOWN = YES
24ACCEPT_FROM6 = ::1; 22ACCEPT_FROM6 = ::1;
25ACCEPT_FROM = 127.0.0.1; 23ACCEPT_FROM = 127.0.0.1;
26BINARY = gnunet-service-datastore 24BINARY = gnunet-service-datastore
@@ -53,7 +51,6 @@ PLUGINS = http
53DEBUG = YES 51DEBUG = YES
54#PREFIX = xterm -T transport2 -e gdb --command=cmd --args 52#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
55#PREFIX = valgrind --leak-check=full 53#PREFIX = valgrind --leak-check=full
56ALLOW_SHUTDOWN = YES
57ACCEPT_FROM6 = ::1; 54ACCEPT_FROM6 = ::1;
58ACCEPT_FROM = 127.0.0.1; 55ACCEPT_FROM = 127.0.0.1;
59NEIGHBOUR_LIMIT = 50 56NEIGHBOUR_LIMIT = 50
@@ -66,7 +63,6 @@ PORT = 12365
66[peerinfo] 63[peerinfo]
67TRUST = $SERVICEHOME/data/credit/ 64TRUST = $SERVICEHOME/data/credit/
68HOSTS = $SERVICEHOME/data/hosts/ 65HOSTS = $SERVICEHOME/data/hosts/
69ALLOW_SHUTDOWN = YES
70ACCEPT_FROM6 = ::1; 66ACCEPT_FROM6 = ::1;
71ACCEPT_FROM = 127.0.0.1; 67ACCEPT_FROM = 127.0.0.1;
72BINARY = gnunet-service-peerinfo 68BINARY = gnunet-service-peerinfo
@@ -76,7 +72,6 @@ HOSTNAME = localhost
76PORT = 12369 72PORT = 12369
77 73
78[resolver] 74[resolver]
79ALLOW_SHUTDOWN = YES
80ACCEPT_FROM6 = ::1; 75ACCEPT_FROM6 = ::1;
81ACCEPT_FROM = 127.0.0.1; 76ACCEPT_FROM = 127.0.0.1;
82BINARY = gnunet-service-resolver 77BINARY = gnunet-service-resolver
@@ -86,7 +81,6 @@ HOSTNAME = localhost
86PORT = 12364 81PORT = 12364
87 82
88[statistics] 83[statistics]
89ALLOW_SHUTDOWN = YES
90ACCEPT_FROM6 = ::1; 84ACCEPT_FROM6 = ::1;
91ACCEPT_FROM = 127.0.0.1; 85ACCEPT_FROM = 127.0.0.1;
92BINARY = gnunet-service-statistics 86BINARY = gnunet-service-statistics
@@ -97,7 +91,6 @@ PORT = 12367
97 91
98[arm] 92[arm]
99DEFAULTSERVICES = 93DEFAULTSERVICES =
100ALLOW_SHUTDOWN = YES
101ACCEPT_FROM6 = ::1; 94ACCEPT_FROM6 = ::1;
102ACCEPT_FROM = 127.0.0.1; 95ACCEPT_FROM = 127.0.0.1;
103BINARY = gnunet-service-arm 96BINARY = gnunet-service-arm
@@ -107,7 +100,6 @@ HOSTNAME = localhost
107PORT = 12366 100PORT = 12366
108 101
109[transport-tcp] 102[transport-tcp]
110ALLOW_SHUTDOWN = NO
111TIMEOUT = 300000 103TIMEOUT = 300000
112PORT = 12368 104PORT = 12368
113 105
diff --git a/src/transport/test_transport_api_http_peer2.conf b/src/transport/test_transport_api_http_peer2.conf
index 44bb71f26..2d2cebec0 100644
--- a/src/transport/test_transport_api_http_peer2.conf
+++ b/src/transport/test_transport_api_http_peer2.conf
@@ -3,7 +3,6 @@ PORT = 22368
3DEBUG = YES 3DEBUG = YES
4 4
5[fs] 5[fs]
6ALLOW_SHUTDOWN = YES
7ACCEPT_FROM6 = ::1; 6ACCEPT_FROM6 = ::1;
8ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
9BINARY = gnunet-service-fs 8BINARY = gnunet-service-fs
@@ -20,7 +19,6 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
20DATABASE = sqlite 19DATABASE = sqlite
21BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 20BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
22QUOTA = 100000000 21QUOTA = 100000000
23ALLOW_SHUTDOWN = YES
24ACCEPT_FROM6 = ::1; 22ACCEPT_FROM6 = ::1;
25ACCEPT_FROM = 127.0.0.1; 23ACCEPT_FROM = 127.0.0.1;
26BINARY = gnunet-service-datastore 24BINARY = gnunet-service-datastore
@@ -67,7 +65,6 @@ PORT = 22365
67[peerinfo] 65[peerinfo]
68TRUST = $SERVICEHOME/data/credit/ 66TRUST = $SERVICEHOME/data/credit/
69HOSTS = $SERVICEHOME/data/hosts/ 67HOSTS = $SERVICEHOME/data/hosts/
70ALLOW_SHUTDOWN = YES
71ACCEPT_FROM6 = ::1; 68ACCEPT_FROM6 = ::1;
72ACCEPT_FROM = 127.0.0.1; 69ACCEPT_FROM = 127.0.0.1;
73BINARY = gnunet-service-peerinfo 70BINARY = gnunet-service-peerinfo
@@ -77,7 +74,6 @@ HOSTNAME = localhost
77PORT = 22369 74PORT = 22369
78 75
79[resolver] 76[resolver]
80ALLOW_SHUTDOWN = YES
81ACCEPT_FROM6 = ::1; 77ACCEPT_FROM6 = ::1;
82ACCEPT_FROM = 127.0.0.1; 78ACCEPT_FROM = 127.0.0.1;
83BINARY = gnunet-service-resolver 79BINARY = gnunet-service-resolver
@@ -87,7 +83,6 @@ HOSTNAME = localhost
87PORT = 22364 83PORT = 22364
88 84
89[statistics] 85[statistics]
90ALLOW_SHUTDOWN = YES
91ACCEPT_FROM6 = ::1; 86ACCEPT_FROM6 = ::1;
92ACCEPT_FROM = 127.0.0.1; 87ACCEPT_FROM = 127.0.0.1;
93BINARY = gnunet-service-statistics 88BINARY = gnunet-service-statistics
@@ -98,7 +93,6 @@ PORT = 22367
98 93
99[arm] 94[arm]
100DEFAULTSERVICES = 95DEFAULTSERVICES =
101ALLOW_SHUTDOWN = YES
102ACCEPT_FROM6 = ::1; 96ACCEPT_FROM6 = ::1;
103ACCEPT_FROM = 127.0.0.1; 97ACCEPT_FROM = 127.0.0.1;
104BINARY = gnunet-service-arm 98BINARY = gnunet-service-arm
@@ -108,7 +102,6 @@ HOSTNAME = localhost
108PORT = 22366 102PORT = 22366
109 103
110[transport-tcp] 104[transport-tcp]
111ALLOW_SHUTDOWN = NO
112TIMEOUT = 300000 105TIMEOUT = 300000
113PORT = 22368 106PORT = 22368
114 107
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
diff --git a/src/transport/test_transport_api_tcp_peer2.conf b/src/transport/test_transport_api_tcp_peer2.conf
index a0cf25720..8c2fc23f0 100644
--- a/src/transport/test_transport_api_tcp_peer2.conf
+++ b/src/transport/test_transport_api_tcp_peer2.conf
@@ -2,7 +2,6 @@
2PORT = 22368 2PORT = 22368
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
@@ -51,7 +49,6 @@ MINIMUM-FRIENDS = 0
51PLUGINS = tcp 49PLUGINS = tcp
52#DEBUG = YES 50#DEBUG = YES
53# PREFIX = 51# PREFIX =
54ALLOW_SHUTDOWN = YES
55ACCEPT_FROM6 = ::1; 52ACCEPT_FROM6 = ::1;
56ACCEPT_FROM = 127.0.0.1; 53ACCEPT_FROM = 127.0.0.1;
57NEIGHBOUR_LIMIT = 50 54NEIGHBOUR_LIMIT = 50
@@ -66,7 +63,6 @@ PORT = 22365
66[peerinfo] 63[peerinfo]
67TRUST = $SERVICEHOME/data/credit/ 64TRUST = $SERVICEHOME/data/credit/
68HOSTS = $SERVICEHOME/data/hosts/ 65HOSTS = $SERVICEHOME/data/hosts/
69ALLOW_SHUTDOWN = YES
70ACCEPT_FROM6 = ::1; 66ACCEPT_FROM6 = ::1;
71ACCEPT_FROM = 127.0.0.1; 67ACCEPT_FROM = 127.0.0.1;
72BINARY = gnunet-service-peerinfo 68BINARY = gnunet-service-peerinfo
@@ -76,7 +72,6 @@ HOSTNAME = localhost
76PORT = 22369 72PORT = 22369
77 73
78[resolver] 74[resolver]
79ALLOW_SHUTDOWN = YES
80ACCEPT_FROM6 = ::1; 75ACCEPT_FROM6 = ::1;
81ACCEPT_FROM = 127.0.0.1; 76ACCEPT_FROM = 127.0.0.1;
82BINARY = gnunet-service-resolver 77BINARY = gnunet-service-resolver
@@ -86,7 +81,6 @@ HOSTNAME = localhost
86PORT = 22364 81PORT = 22364
87 82
88[statistics] 83[statistics]
89ALLOW_SHUTDOWN = YES
90ACCEPT_FROM6 = ::1; 84ACCEPT_FROM6 = ::1;
91ACCEPT_FROM = 127.0.0.1; 85ACCEPT_FROM = 127.0.0.1;
92BINARY = gnunet-service-statistics 86BINARY = gnunet-service-statistics
@@ -97,7 +91,6 @@ PORT = 22367
97 91
98[arm] 92[arm]
99DEFAULTSERVICES = 93DEFAULTSERVICES =
100ALLOW_SHUTDOWN = YES
101ACCEPT_FROM6 = ::1; 94ACCEPT_FROM6 = ::1;
102ACCEPT_FROM = 127.0.0.1; 95ACCEPT_FROM = 127.0.0.1;
103BINARY = gnunet-service-arm 96BINARY = gnunet-service-arm
@@ -107,7 +100,6 @@ HOSTNAME = localhost
107PORT = 22366 100PORT = 22366
108 101
109[transport-tcp] 102[transport-tcp]
110ALLOW_SHUTDOWN = NO
111TIMEOUT = 300000 103TIMEOUT = 300000
112PORT = 22368 104PORT = 22368
113 105
diff --git a/src/transport/test_transport_api_udp_peer1.conf b/src/transport/test_transport_api_udp_peer1.conf
index e33b5de9a..aca0b69ab 100644
--- a/src/transport/test_transport_api_udp_peer1.conf
+++ b/src/transport/test_transport_api_udp_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
@@ -50,7 +48,6 @@ MINIMUM-FRIENDS = 0
50[core] 48[core]
51TOTAL_QUOTA_OUT = 3932160 49TOTAL_QUOTA_OUT = 3932160
52TOTAL_QUOTA_IN = 3932160 50TOTAL_QUOTA_IN = 3932160
53ALLOW_SHUTDOWN = YES
54ACCEPT_FROM6 = ::1; 51ACCEPT_FROM6 = ::1;
55ACCEPT_FROM = 127.0.0.1; 52ACCEPT_FROM = 127.0.0.1;
56BINARY = gnunet-service-core 53BINARY = gnunet-service-core
@@ -62,7 +59,6 @@ PORT = 2092
62[transport] 59[transport]
63PLUGINS = udp 60PLUGINS = udp
64DEBUG = NO 61DEBUG = NO
65ALLOW_SHUTDOWN = YES
66ACCEPT_FROM6 = ::1; 62ACCEPT_FROM6 = ::1;
67ACCEPT_FROM = 127.0.0.1; 63ACCEPT_FROM = 127.0.0.1;
68NEIGHBOUR_LIMIT = 50 64NEIGHBOUR_LIMIT = 50
@@ -77,7 +73,6 @@ PORT = 12365
77[peerinfo] 73[peerinfo]
78TRUST = $SERVICEHOME/data/credit/ 74TRUST = $SERVICEHOME/data/credit/
79HOSTS = $SERVICEHOME/data/hosts/ 75HOSTS = $SERVICEHOME/data/hosts/
80ALLOW_SHUTDOWN = YES
81ACCEPT_FROM6 = ::1; 76ACCEPT_FROM6 = ::1;
82ACCEPT_FROM = 127.0.0.1; 77ACCEPT_FROM = 127.0.0.1;
83BINARY = gnunet-service-peerinfo 78BINARY = gnunet-service-peerinfo
@@ -87,7 +82,6 @@ HOSTNAME = localhost
87PORT = 12369 82PORT = 12369
88 83
89[resolver] 84[resolver]
90ALLOW_SHUTDOWN = YES
91ACCEPT_FROM6 = ::1; 85ACCEPT_FROM6 = ::1;
92ACCEPT_FROM = 127.0.0.1; 86ACCEPT_FROM = 127.0.0.1;
93BINARY = gnunet-service-resolver 87BINARY = gnunet-service-resolver
@@ -97,7 +91,6 @@ HOSTNAME = localhost
97PORT = 12364 91PORT = 12364
98 92
99[statistics] 93[statistics]
100ALLOW_SHUTDOWN = YES
101ACCEPT_FROM6 = ::1; 94ACCEPT_FROM6 = ::1;
102ACCEPT_FROM = 127.0.0.1; 95ACCEPT_FROM = 127.0.0.1;
103BINARY = gnunet-service-statistics 96BINARY = gnunet-service-statistics
@@ -108,7 +101,6 @@ PORT = 12367
108 101
109[arm] 102[arm]
110DEFAULTSERVICES = 103DEFAULTSERVICES =
111ALLOW_SHUTDOWN = YES
112ACCEPT_FROM6 = ::1; 104ACCEPT_FROM6 = ::1;
113ACCEPT_FROM = 127.0.0.1; 105ACCEPT_FROM = 127.0.0.1;
114BINARY = gnunet-service-arm 106BINARY = gnunet-service-arm
@@ -118,7 +110,6 @@ HOSTNAME = localhost
118PORT = 12366 110PORT = 12366
119 111
120[transport-tcp] 112[transport-tcp]
121ALLOW_SHUTDOWN = NO
122TIMEOUT = 300000 113TIMEOUT = 300000
123PORT = 12368 114PORT = 12368
124 115
diff --git a/src/transport/test_transport_api_udp_peer2.conf b/src/transport/test_transport_api_udp_peer2.conf
index f10aedd1f..264f2a508 100644
--- a/src/transport/test_transport_api_udp_peer2.conf
+++ b/src/transport/test_transport_api_udp_peer2.conf
@@ -2,7 +2,6 @@
2PORT = 22368 2PORT = 22368
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
@@ -50,7 +48,6 @@ MINIMUM-FRIENDS = 0
50[core] 48[core]
51TOTAL_QUOTA_OUT = 3932160 49TOTAL_QUOTA_OUT = 3932160
52TOTAL_QUOTA_IN = 3932160 50TOTAL_QUOTA_IN = 3932160
53ALLOW_SHUTDOWN = YES
54ACCEPT_FROM6 = ::1; 51ACCEPT_FROM6 = ::1;
55ACCEPT_FROM = 127.0.0.1; 52ACCEPT_FROM = 127.0.0.1;
56BINARY = gnunet-service-core 53BINARY = gnunet-service-core
@@ -63,7 +60,6 @@ PORT = 2092
63PLUGINS = udp 60PLUGINS = udp
64DEBUG = NO 61DEBUG = NO
65PREFIX = 62PREFIX =
66ALLOW_SHUTDOWN = YES
67ACCEPT_FROM6 = ::1; 63ACCEPT_FROM6 = ::1;
68ACCEPT_FROM = 127.0.0.1; 64ACCEPT_FROM = 127.0.0.1;
69NEIGHBOUR_LIMIT = 50 65NEIGHBOUR_LIMIT = 50
@@ -77,7 +73,6 @@ PORT = 22365
77[peerinfo] 73[peerinfo]
78TRUST = $SERVICEHOME/data/credit/ 74TRUST = $SERVICEHOME/data/credit/
79HOSTS = $SERVICEHOME/data/hosts/ 75HOSTS = $SERVICEHOME/data/hosts/
80ALLOW_SHUTDOWN = YES
81ACCEPT_FROM6 = ::1; 76ACCEPT_FROM6 = ::1;
82ACCEPT_FROM = 127.0.0.1; 77ACCEPT_FROM = 127.0.0.1;
83BINARY = gnunet-service-peerinfo 78BINARY = gnunet-service-peerinfo
@@ -87,7 +82,6 @@ HOSTNAME = localhost
87PORT = 22369 82PORT = 22369
88 83
89[resolver] 84[resolver]
90ALLOW_SHUTDOWN = YES
91ACCEPT_FROM6 = ::1; 85ACCEPT_FROM6 = ::1;
92ACCEPT_FROM = 127.0.0.1; 86ACCEPT_FROM = 127.0.0.1;
93BINARY = gnunet-service-resolver 87BINARY = gnunet-service-resolver
@@ -97,7 +91,6 @@ HOSTNAME = localhost
97PORT = 22364 91PORT = 22364
98 92
99[statistics] 93[statistics]
100ALLOW_SHUTDOWN = YES
101ACCEPT_FROM6 = ::1; 94ACCEPT_FROM6 = ::1;
102ACCEPT_FROM = 127.0.0.1; 95ACCEPT_FROM = 127.0.0.1;
103BINARY = gnunet-service-statistics 96BINARY = gnunet-service-statistics
@@ -108,7 +101,6 @@ PORT = 22367
108 101
109[arm] 102[arm]
110DEFAULTSERVICES = 103DEFAULTSERVICES =
111ALLOW_SHUTDOWN = YES
112ACCEPT_FROM6 = ::1; 104ACCEPT_FROM6 = ::1;
113ACCEPT_FROM = 127.0.0.1; 105ACCEPT_FROM = 127.0.0.1;
114BINARY = gnunet-service-arm 106BINARY = gnunet-service-arm
@@ -118,7 +110,6 @@ HOSTNAME = localhost
118PORT = 22366 110PORT = 22366
119 111
120[transport-tcp] 112[transport-tcp]
121ALLOW_SHUTDOWN = NO
122TIMEOUT = 300000 113TIMEOUT = 300000
123PORT = 22368 114PORT = 22368
124 115