aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/datastore/perf_plugin_datastore_data.conf1
-rw-r--r--src/datastore/test_datastore_api_data.conf1
-rw-r--r--src/dht/test_dht_api_data.conf10
-rw-r--r--src/dht/test_dht_api_peer1.conf10
-rw-r--r--src/dv/test_transport_api_data.conf9
-rw-r--r--src/dv/test_transport_api_dv_peer1.conf10
-rw-r--r--src/dv/test_transport_api_dv_peer2.conf10
-rw-r--r--src/dv/test_transport_api_dv_peer3.conf10
-rw-r--r--src/fs/fs_test_lib_data.conf1
-rw-r--r--src/transport/test_plugin_transport_data_http.conf2
-rw-r--r--src/transport/test_transport_api_data.conf9
-rw-r--r--src/transport/test_transport_api_http_peer2.conf1
-rw-r--r--src/transport/test_transport_api_udp_nat_peer1.conf9
-rw-r--r--src/transport/test_transport_api_udp_nat_peer2.conf9
14 files changed, 0 insertions, 92 deletions
diff --git a/src/datastore/perf_plugin_datastore_data.conf b/src/datastore/perf_plugin_datastore_data.conf
index a573e8e54..388bda18e 100644
--- a/src/datastore/perf_plugin_datastore_data.conf
+++ b/src/datastore/perf_plugin_datastore_data.conf
@@ -9,7 +9,6 @@ CONFIG = $DEFAULTCONFIG
9BINARY = gnunet-service-datastore 9BINARY = gnunet-service-datastore
10ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;
11ACCEPT_FROM6 = ::1; 11ACCEPT_FROM6 = ::1;
12ALLOW_SHUTDOWN = YES
13QUOTA = 1000000 12QUOTA = 1000000
14BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 13BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
15DATABASE = sqlite 14DATABASE = sqlite
diff --git a/src/datastore/test_datastore_api_data.conf b/src/datastore/test_datastore_api_data.conf
index 6a92a00b3..bb72a40c4 100644
--- a/src/datastore/test_datastore_api_data.conf
+++ b/src/datastore/test_datastore_api_data.conf
@@ -19,7 +19,6 @@ CONFIG = $DEFAULTCONFIG
19BINARY = gnunet-service-datastore 19BINARY = gnunet-service-datastore
20ACCEPT_FROM = 127.0.0.1; 20ACCEPT_FROM = 127.0.0.1;
21ACCEPT_FROM6 = ::1; 21ACCEPT_FROM6 = ::1;
22ALLOW_SHUTDOWN = YES
23QUOTA = 10000000 22QUOTA = 10000000
24BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 23BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
25DATABASE = sqlite 24DATABASE = sqlite
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index 8b3c17ea4..c91fa7338 100644
--- a/src/dht/test_dht_api_data.conf
+++ b/src/dht/test_dht_api_data.conf
@@ -3,7 +3,6 @@ SERVICEHOME = /tmp/test-dht-api/
3DEFAULTCONFIG = test_dht_api_data.conf 3DEFAULTCONFIG = test_dht_api_data.conf
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
@@ -51,7 +49,6 @@ MINIMUM-FRIENDS = 0
51[core] 49[core]
52TOTAL_QUOTA_OUT = 3932160 50TOTAL_QUOTA_OUT = 3932160
53TOTAL_QUOTA_IN = 3932160 51TOTAL_QUOTA_IN = 3932160
54ALLOW_SHUTDOWN = YES
55ACCEPT_FROM6 = ::1; 52ACCEPT_FROM6 = ::1;
56ACCEPT_FROM = 127.0.0.1; 53ACCEPT_FROM = 127.0.0.1;
57BINARY = gnunet-service-core 54BINARY = gnunet-service-core
@@ -62,7 +59,6 @@ PORT = 2092
62 59
63[dht] 60[dht]
64DEBUG = YES 61DEBUG = YES
65ALLOW_SHUTDOWN = YES
66ACCEPT_FROM6 = ::1; 62ACCEPT_FROM6 = ::1;
67ACCEPT_FROM = 127.0.0.1; 63ACCEPT_FROM = 127.0.0.1;
68BINARY = gnunet-service-dht 64BINARY = gnunet-service-dht
@@ -77,7 +73,6 @@ PORT = 12370
77plugins = tcp 73plugins = tcp
78DEBUG = NO 74DEBUG = NO
79PREFIX = 75PREFIX =
80ALLOW_SHUTDOWN = YES
81ACCEPT_FROM6 = ::1; 76ACCEPT_FROM6 = ::1;
82ACCEPT_FROM = 127.0.0.1; 77ACCEPT_FROM = 127.0.0.1;
83NEIGHBOUR_LIMIT = 50 78NEIGHBOUR_LIMIT = 50
@@ -90,7 +85,6 @@ PORT = 2091
90[peerinfo] 85[peerinfo]
91TRUST = $SERVICEHOME/data/credit/ 86TRUST = $SERVICEHOME/data/credit/
92HOSTS = $SERVICEHOME/data/hosts/ 87HOSTS = $SERVICEHOME/data/hosts/
93ALLOW_SHUTDOWN = YES
94ACCEPT_FROM6 = ::1; 88ACCEPT_FROM6 = ::1;
95ACCEPT_FROM = 127.0.0.1; 89ACCEPT_FROM = 127.0.0.1;
96BINARY = gnunet-service-peerinfo 90BINARY = gnunet-service-peerinfo
@@ -100,7 +94,6 @@ HOSTNAME = localhost
100PORT = 2090 94PORT = 2090
101 95
102[resolver] 96[resolver]
103ALLOW_SHUTDOWN = YES
104ACCEPT_FROM6 = ::1; 97ACCEPT_FROM6 = ::1;
105ACCEPT_FROM = 127.0.0.1; 98ACCEPT_FROM = 127.0.0.1;
106BINARY = gnunet-service-resolver 99BINARY = gnunet-service-resolver
@@ -110,7 +103,6 @@ HOSTNAME = localhost
110PORT = 2089 103PORT = 2089
111 104
112[statistics] 105[statistics]
113ALLOW_SHUTDOWN = YES
114ACCEPT_FROM6 = ::1; 106ACCEPT_FROM6 = ::1;
115ACCEPT_FROM = 127.0.0.1; 107ACCEPT_FROM = 127.0.0.1;
116BINARY = gnunet-service-statistics 108BINARY = gnunet-service-statistics
@@ -121,7 +113,6 @@ PORT = 2088
121 113
122[arm] 114[arm]
123DEFAULTSERVICES = resolver transport core 115DEFAULTSERVICES = resolver transport core
124ALLOW_SHUTDOWN = YES
125ACCEPT_FROM6 = ::1; 116ACCEPT_FROM6 = ::1;
126ACCEPT_FROM = 127.0.0.1; 117ACCEPT_FROM = 127.0.0.1;
127BINARY = gnunet-service-arm 118BINARY = gnunet-service-arm
@@ -131,7 +122,6 @@ HOSTNAME = localhost
131PORT = 2087 122PORT = 2087
132 123
133[transport-tcp] 124[transport-tcp]
134ALLOW_SHUTDOWN = NO
135TIMEOUT = 300000 125TIMEOUT = 300000
136PORT = 2094 126PORT = 2094
137 127
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index 500cc1c3f..10fc273a7 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -1,5 +1,4 @@
1[fs] 1[fs]
2ALLOW_SHUTDOWN = YES
3ACCEPT_FROM6 = ::1; 2ACCEPT_FROM6 = ::1;
4ACCEPT_FROM = 127.0.0.1; 3ACCEPT_FROM = 127.0.0.1;
5BINARY = gnunet-service-fs 4BINARY = gnunet-service-fs
@@ -16,7 +15,6 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
16DATABASE = sqlite 15DATABASE = sqlite
17BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 16BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
18QUOTA = 100000000 17QUOTA = 100000000
19ALLOW_SHUTDOWN = YES
20ACCEPT_FROM6 = ::1; 18ACCEPT_FROM6 = ::1;
21ACCEPT_FROM = 127.0.0.1; 19ACCEPT_FROM = 127.0.0.1;
22BINARY = gnunet-service-datastore 20BINARY = gnunet-service-datastore
@@ -27,7 +25,6 @@ PORT = 2093
27 25
28[dht] 26[dht]
29DEBUG = NO 27DEBUG = NO
30ALLOW_SHUTDOWN = YES
31ACCEPT_FROM6 = ::1; 28ACCEPT_FROM6 = ::1;
32ACCEPT_FROM = 127.0.0.1; 29ACCEPT_FROM = 127.0.0.1;
33BINARY = gnunet-service-dht 30BINARY = gnunet-service-dht
@@ -67,7 +64,6 @@ PLUGINS = tcp
67DEBUG = NO 64DEBUG = NO
68#PREFIX = xterm -T transport2 -e gdb --command=cmd --args 65#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
69#PREFIX = valgrind --leak-check=full 66#PREFIX = valgrind --leak-check=full
70ALLOW_SHUTDOWN = YES
71ACCEPT_FROM6 = ::1; 67ACCEPT_FROM6 = ::1;
72ACCEPT_FROM = 127.0.0.1; 68ACCEPT_FROM = 127.0.0.1;
73NEIGHBOUR_LIMIT = 50 69NEIGHBOUR_LIMIT = 50
@@ -80,7 +76,6 @@ PORT = 12365
80[peerinfo] 76[peerinfo]
81TRUST = $SERVICEHOME/data/credit/ 77TRUST = $SERVICEHOME/data/credit/
82HOSTS = $SERVICEHOME/data/hosts/ 78HOSTS = $SERVICEHOME/data/hosts/
83ALLOW_SHUTDOWN = YES
84ACCEPT_FROM6 = ::1; 79ACCEPT_FROM6 = ::1;
85ACCEPT_FROM = 127.0.0.1; 80ACCEPT_FROM = 127.0.0.1;
86BINARY = gnunet-service-peerinfo 81BINARY = gnunet-service-peerinfo
@@ -90,7 +85,6 @@ HOSTNAME = localhost
90PORT = 12369 85PORT = 12369
91 86
92[resolver] 87[resolver]
93ALLOW_SHUTDOWN = YES
94ACCEPT_FROM6 = ::1; 88ACCEPT_FROM6 = ::1;
95ACCEPT_FROM = 127.0.0.1; 89ACCEPT_FROM = 127.0.0.1;
96BINARY = gnunet-service-resolver 90BINARY = gnunet-service-resolver
@@ -100,7 +94,6 @@ HOSTNAME = localhost
100PORT = 12364 94PORT = 12364
101 95
102[statistics] 96[statistics]
103ALLOW_SHUTDOWN = YES
104ACCEPT_FROM6 = ::1; 97ACCEPT_FROM6 = ::1;
105ACCEPT_FROM = 127.0.0.1; 98ACCEPT_FROM = 127.0.0.1;
106BINARY = gnunet-service-statistics 99BINARY = gnunet-service-statistics
@@ -112,7 +105,6 @@ PORT = 12367
112[core] 105[core]
113TOTAL_QUOTA_OUT = 3932160 106TOTAL_QUOTA_OUT = 3932160
114TOTAL_QUOTA_IN = 3932160 107TOTAL_QUOTA_IN = 3932160
115ALLOW_SHUTDOWN = YES
116ACCEPT_FROM6 = ::1; 108ACCEPT_FROM6 = ::1;
117ACCEPT_FROM = 127.0.0.1; 109ACCEPT_FROM = 127.0.0.1;
118BINARY = gnunet-service-core 110BINARY = gnunet-service-core
@@ -123,7 +115,6 @@ PORT = 12092
123 115
124[arm] 116[arm]
125DEFAULTSERVICES = peerinfo core dht 117DEFAULTSERVICES = peerinfo core dht
126ALLOW_SHUTDOWN = YES
127ACCEPT_FROM6 = ::1; 118ACCEPT_FROM6 = ::1;
128ACCEPT_FROM = 127.0.0.1; 119ACCEPT_FROM = 127.0.0.1;
129BINARY = gnunet-service-arm 120BINARY = gnunet-service-arm
@@ -133,7 +124,6 @@ HOSTNAME = localhost
133PORT = 12366 124PORT = 12366
134 125
135[transport-tcp] 126[transport-tcp]
136ALLOW_SHUTDOWN = NO
137TIMEOUT = 300000 127TIMEOUT = 300000
138PORT = 12368 128PORT = 12368
139 129
diff --git a/src/dv/test_transport_api_data.conf b/src/dv/test_transport_api_data.conf
index e36fa6455..4b51ece96 100644
--- a/src/dv/test_transport_api_data.conf
+++ b/src/dv/test_transport_api_data.conf
@@ -6,7 +6,6 @@ DEFAULTCONFIG = test_transport_api_data.conf
6PORT = 2094 6PORT = 2094
7 7
8[fs] 8[fs]
9ALLOW_SHUTDOWN = YES
10ACCEPT_FROM6 = ::1; 9ACCEPT_FROM6 = ::1;
11ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;
12BINARY = gnunet-service-fs 11BINARY = gnunet-service-fs
@@ -23,7 +22,6 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
23DATABASE = sqlite 22DATABASE = sqlite
24BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 23BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
25QUOTA = 100000000 24QUOTA = 100000000
26ALLOW_SHUTDOWN = YES
27ACCEPT_FROM6 = ::1; 25ACCEPT_FROM6 = ::1;
28ACCEPT_FROM = 127.0.0.1; 26ACCEPT_FROM = 127.0.0.1;
29BINARY = gnunet-service-datastore 27BINARY = gnunet-service-datastore
@@ -54,7 +52,6 @@ MINIMUM-FRIENDS = 0
54[core] 52[core]
55TOTAL_QUOTA_OUT = 3932160 53TOTAL_QUOTA_OUT = 3932160
56TOTAL_QUOTA_IN = 3932160 54TOTAL_QUOTA_IN = 3932160
57ALLOW_SHUTDOWN = YES
58ACCEPT_FROM6 = ::1; 55ACCEPT_FROM6 = ::1;
59ACCEPT_FROM = 127.0.0.1; 56ACCEPT_FROM = 127.0.0.1;
60BINARY = gnunet-service-core 57BINARY = gnunet-service-core
@@ -67,7 +64,6 @@ PORT = 2092
67plugins = tcp 64plugins = tcp
68DEBUG = NO 65DEBUG = NO
69PREFIX = 66PREFIX =
70ALLOW_SHUTDOWN = YES
71ACCEPT_FROM6 = ::1; 67ACCEPT_FROM6 = ::1;
72ACCEPT_FROM = 127.0.0.1; 68ACCEPT_FROM = 127.0.0.1;
73NEIGHBOUR_LIMIT = 50 69NEIGHBOUR_LIMIT = 50
@@ -80,7 +76,6 @@ PORT = 2091
80[peerinfo] 76[peerinfo]
81TRUST = $SERVICEHOME/data/credit/ 77TRUST = $SERVICEHOME/data/credit/
82HOSTS = $SERVICEHOME/data/hosts/ 78HOSTS = $SERVICEHOME/data/hosts/
83ALLOW_SHUTDOWN = YES
84ACCEPT_FROM6 = ::1; 79ACCEPT_FROM6 = ::1;
85ACCEPT_FROM = 127.0.0.1; 80ACCEPT_FROM = 127.0.0.1;
86BINARY = gnunet-service-peerinfo 81BINARY = gnunet-service-peerinfo
@@ -90,7 +85,6 @@ HOSTNAME = localhost
90PORT = 2090 85PORT = 2090
91 86
92[resolver] 87[resolver]
93ALLOW_SHUTDOWN = YES
94ACCEPT_FROM6 = ::1; 88ACCEPT_FROM6 = ::1;
95ACCEPT_FROM = 127.0.0.1; 89ACCEPT_FROM = 127.0.0.1;
96BINARY = gnunet-service-resolver 90BINARY = gnunet-service-resolver
@@ -100,7 +94,6 @@ HOSTNAME = localhost
100PORT = 2089 94PORT = 2089
101 95
102[statistics] 96[statistics]
103ALLOW_SHUTDOWN = YES
104ACCEPT_FROM6 = ::1; 97ACCEPT_FROM6 = ::1;
105ACCEPT_FROM = 127.0.0.1; 98ACCEPT_FROM = 127.0.0.1;
106BINARY = gnunet-service-statistics 99BINARY = gnunet-service-statistics
@@ -111,7 +104,6 @@ PORT = 2088
111 104
112[arm] 105[arm]
113DEFAULTSERVICES = resolver transport core 106DEFAULTSERVICES = resolver transport core
114ALLOW_SHUTDOWN = YES
115ACCEPT_FROM6 = ::1; 107ACCEPT_FROM6 = ::1;
116ACCEPT_FROM = 127.0.0.1; 108ACCEPT_FROM = 127.0.0.1;
117BINARY = gnunet-service-arm 109BINARY = gnunet-service-arm
@@ -121,7 +113,6 @@ HOSTNAME = localhost
121PORT = 2087 113PORT = 2087
122 114
123[transport-tcp] 115[transport-tcp]
124ALLOW_SHUTDOWN = NO
125TIMEOUT = 300000 116TIMEOUT = 300000
126PORT = 2094 117PORT = 2094
127 118
diff --git a/src/dv/test_transport_api_dv_peer1.conf b/src/dv/test_transport_api_dv_peer1.conf
index 13db5735c..f335439ae 100644
--- a/src/dv/test_transport_api_dv_peer1.conf
+++ b/src/dv/test_transport_api_dv_peer1.conf
@@ -1,5 +1,4 @@
1[fs] 1[fs]
2ALLOW_SHUTDOWN = YES
3ACCEPT_FROM6 = ::1; 2ACCEPT_FROM6 = ::1;
4ACCEPT_FROM = 127.0.0.1; 3ACCEPT_FROM = 127.0.0.1;
5BINARY = gnunet-service-fs 4BINARY = gnunet-service-fs
@@ -16,7 +15,6 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
16DATABASE = sqlite 15DATABASE = sqlite
17BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 16BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
18QUOTA = 100000000 17QUOTA = 100000000
19ALLOW_SHUTDOWN = YES
20ACCEPT_FROM6 = ::1; 18ACCEPT_FROM6 = ::1;
21ACCEPT_FROM = 127.0.0.1; 19ACCEPT_FROM = 127.0.0.1;
22BINARY = gnunet-service-datastore 20BINARY = gnunet-service-datastore
@@ -50,7 +48,6 @@ DEBUG = NO
50#PREFIX = xterm -T transport2 -e gdb --command=cmd --args 48#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
51#PREFIX = valgrind --leak-check=full 49#PREFIX = valgrind --leak-check=full
52#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport 50#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
53ALLOW_SHUTDOWN = YES
54ACCEPT_FROM6 = ::1; 51ACCEPT_FROM6 = ::1;
55ACCEPT_FROM = 127.0.0.1; 52ACCEPT_FROM = 127.0.0.1;
56NEIGHBOUR_LIMIT = 50 53NEIGHBOUR_LIMIT = 50
@@ -64,7 +61,6 @@ BLACKLIST_FILE = $SERVICEHOME/blacklist
64[peerinfo] 61[peerinfo]
65TRUST = $SERVICEHOME/data/credit/ 62TRUST = $SERVICEHOME/data/credit/
66HOSTS = $SERVICEHOME/data/hosts/ 63HOSTS = $SERVICEHOME/data/hosts/
67ALLOW_SHUTDOWN = YES
68ACCEPT_FROM6 = ::1; 64ACCEPT_FROM6 = ::1;
69ACCEPT_FROM = 127.0.0.1; 65ACCEPT_FROM = 127.0.0.1;
70BINARY = gnunet-service-peerinfo 66BINARY = gnunet-service-peerinfo
@@ -74,7 +70,6 @@ HOSTNAME = localhost
74PORT = 12369 70PORT = 12369
75 71
76[resolver] 72[resolver]
77ALLOW_SHUTDOWN = YES
78ACCEPT_FROM6 = ::1; 73ACCEPT_FROM6 = ::1;
79ACCEPT_FROM = 127.0.0.1; 74ACCEPT_FROM = 127.0.0.1;
80BINARY = gnunet-service-resolver 75BINARY = gnunet-service-resolver
@@ -84,7 +79,6 @@ HOSTNAME = localhost
84PORT = 12364 79PORT = 12364
85 80
86[statistics] 81[statistics]
87ALLOW_SHUTDOWN = YES
88ACCEPT_FROM6 = ::1; 82ACCEPT_FROM6 = ::1;
89ACCEPT_FROM = 127.0.0.1; 83ACCEPT_FROM = 127.0.0.1;
90BINARY = gnunet-service-statistics 84BINARY = gnunet-service-statistics
@@ -95,7 +89,6 @@ PORT = 12367
95 89
96[dv] 90[dv]
97DEBUG = NO 91DEBUG = NO
98ALLOW_SHUTDOWN = YES
99ACCEPT_FROM6 = ::1; 92ACCEPT_FROM6 = ::1;
100ACCEPT_FROM = 127.0.0.1; 93ACCEPT_FROM = 127.0.0.1;
101#BINARY = gnunet-service-dv 94#BINARY = gnunet-service-dv
@@ -110,7 +103,6 @@ PORT = 12370
110[core] 103[core]
111TOTAL_QUOTA_OUT = 3932160 104TOTAL_QUOTA_OUT = 3932160
112TOTAL_QUOTA_IN = 3932160 105TOTAL_QUOTA_IN = 3932160
113ALLOW_SHUTDOWN = YES
114ACCEPT_FROM6 = ::1; 106ACCEPT_FROM6 = ::1;
115ACCEPT_FROM = 127.0.0.1; 107ACCEPT_FROM = 127.0.0.1;
116BINARY = gnunet-service-core 108BINARY = gnunet-service-core
@@ -121,7 +113,6 @@ PORT = 12092
121 113
122[arm] 114[arm]
123DEFAULTSERVICES = core dv statistics 115DEFAULTSERVICES = core dv statistics
124ALLOW_SHUTDOWN = YES
125ACCEPT_FROM6 = ::1; 116ACCEPT_FROM6 = ::1;
126ACCEPT_FROM = 127.0.0.1; 117ACCEPT_FROM = 127.0.0.1;
127BINARY = gnunet-service-arm 118BINARY = gnunet-service-arm
@@ -131,7 +122,6 @@ HOSTNAME = localhost
131PORT = 12366 122PORT = 12366
132 123
133[transport-tcp] 124[transport-tcp]
134ALLOW_SHUTDOWN = NO
135TIMEOUT = 300000 125TIMEOUT = 300000
136PORT = 12368 126PORT = 12368
137 127
diff --git a/src/dv/test_transport_api_dv_peer2.conf b/src/dv/test_transport_api_dv_peer2.conf
index c9a79ed0b..78d9af072 100644
--- a/src/dv/test_transport_api_dv_peer2.conf
+++ b/src/dv/test_transport_api_dv_peer2.conf
@@ -1,5 +1,4 @@
1[fs] 1[fs]
2ALLOW_SHUTDOWN = YES
3ACCEPT_FROM6 = ::1; 2ACCEPT_FROM6 = ::1;
4ACCEPT_FROM = 127.0.0.1; 3ACCEPT_FROM = 127.0.0.1;
5BINARY = gnunet-service-fs 4BINARY = gnunet-service-fs
@@ -15,7 +14,6 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
15[core] 14[core]
16TOTAL_QUOTA_OUT = 3932160 15TOTAL_QUOTA_OUT = 3932160
17TOTAL_QUOTA_IN = 3932160 16TOTAL_QUOTA_IN = 3932160
18ALLOW_SHUTDOWN = YES
19ACCEPT_FROM6 = ::1; 17ACCEPT_FROM6 = ::1;
20ACCEPT_FROM = 127.0.0.1; 18ACCEPT_FROM = 127.0.0.1;
21BINARY = gnunet-service-core 19BINARY = gnunet-service-core
@@ -28,7 +26,6 @@ PORT = 22092
28DATABASE = sqlite 26DATABASE = sqlite
29BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 27BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
30QUOTA = 100000000 28QUOTA = 100000000
31ALLOW_SHUTDOWN = YES
32ACCEPT_FROM6 = ::1; 29ACCEPT_FROM6 = ::1;
33ACCEPT_FROM = 127.0.0.1; 30ACCEPT_FROM = 127.0.0.1;
34BINARY = gnunet-service-datastore 31BINARY = gnunet-service-datastore
@@ -60,7 +57,6 @@ MINIMUM-FRIENDS = 0
60PLUGINS = tcp dv 57PLUGINS = tcp dv
61DEBUG = NO 58DEBUG = NO
62# PREFIX = 59# PREFIX =
63ALLOW_SHUTDOWN = YES
64ACCEPT_FROM6 = ::1; 60ACCEPT_FROM6 = ::1;
65ACCEPT_FROM = 127.0.0.1; 61ACCEPT_FROM = 127.0.0.1;
66NEIGHBOUR_LIMIT = 50 62NEIGHBOUR_LIMIT = 50
@@ -77,7 +73,6 @@ BLACKLIST_FILE = $SERVICEHOME/blacklist
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[dv] 102[dv]
110DEBUG = NO 103DEBUG = NO
111ALLOW_SHUTDOWN = YES
112ACCEPT_FROM6 = ::1; 104ACCEPT_FROM6 = ::1;
113ACCEPT_FROM = 127.0.0.1; 105ACCEPT_FROM = 127.0.0.1;
114#BINARY = gnunet-service-dv 106#BINARY = gnunet-service-dv
@@ -122,7 +114,6 @@ PORT = 22370
122 114
123[arm] 115[arm]
124DEFAULTSERVICES = core dv statistics 116DEFAULTSERVICES = core dv statistics
125ALLOW_SHUTDOWN = YES
126ACCEPT_FROM6 = ::1; 117ACCEPT_FROM6 = ::1;
127ACCEPT_FROM = 127.0.0.1; 118ACCEPT_FROM = 127.0.0.1;
128BINARY = gnunet-service-arm 119BINARY = gnunet-service-arm
@@ -132,7 +123,6 @@ HOSTNAME = localhost
132PORT = 22366 123PORT = 22366
133 124
134[transport-tcp] 125[transport-tcp]
135ALLOW_SHUTDOWN = NO
136TIMEOUT = 300000 126TIMEOUT = 300000
137PORT = 22368 127PORT = 22368
138 128
diff --git a/src/dv/test_transport_api_dv_peer3.conf b/src/dv/test_transport_api_dv_peer3.conf
index 0111ce31d..6522bc50a 100644
--- a/src/dv/test_transport_api_dv_peer3.conf
+++ b/src/dv/test_transport_api_dv_peer3.conf
@@ -1,5 +1,4 @@
1[fs] 1[fs]
2ALLOW_SHUTDOWN = YES
3ACCEPT_FROM6 = ::1; 2ACCEPT_FROM6 = ::1;
4ACCEPT_FROM = 127.0.0.1; 3ACCEPT_FROM = 127.0.0.1;
5BINARY = gnunet-service-fs 4BINARY = gnunet-service-fs
@@ -16,7 +15,6 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
16DATABASE = sqlite 15DATABASE = sqlite
17BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 16BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
18QUOTA = 100000000 17QUOTA = 100000000
19ALLOW_SHUTDOWN = YES
20ACCEPT_FROM6 = ::1; 18ACCEPT_FROM6 = ::1;
21ACCEPT_FROM = 127.0.0.1; 19ACCEPT_FROM = 127.0.0.1;
22BINARY = gnunet-service-datastore 20BINARY = gnunet-service-datastore
@@ -47,7 +45,6 @@ MINIMUM-FRIENDS = 0
47[transport] 45[transport]
48PLUGINS = tcp dv 46PLUGINS = tcp dv
49DEBUG = NO 47DEBUG = NO
50ALLOW_SHUTDOWN = YES
51ACCEPT_FROM6 = ::1; 48ACCEPT_FROM6 = ::1;
52ACCEPT_FROM = 127.0.0.1; 49ACCEPT_FROM = 127.0.0.1;
53NEIGHBOUR_LIMIT = 50 50NEIGHBOUR_LIMIT = 50
@@ -65,7 +62,6 @@ BLACKLIST_FILE = $SERVICEHOME/blacklist
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 = 32369 71PORT = 32369
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
@@ -87,7 +82,6 @@ PORT = 32364
87[core] 82[core]
88TOTAL_QUOTA_OUT = 3932160 83TOTAL_QUOTA_OUT = 3932160
89TOTAL_QUOTA_IN = 3932160 84TOTAL_QUOTA_IN = 3932160
90ALLOW_SHUTDOWN = YES
91ACCEPT_FROM6 = ::1; 85ACCEPT_FROM6 = ::1;
92ACCEPT_FROM = 127.0.0.1; 86ACCEPT_FROM = 127.0.0.1;
93BINARY = gnunet-service-core 87BINARY = gnunet-service-core
@@ -97,7 +91,6 @@ HOSTNAME = localhost
97PORT = 32092 91PORT = 32092
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 = 32367
108 101
109[dv] 102[dv]
110DEBUG = YES 103DEBUG = YES
111ALLOW_SHUTDOWN = YES
112ACCEPT_FROM6 = ::1; 104ACCEPT_FROM6 = ::1;
113ACCEPT_FROM = 127.0.0.1; 105ACCEPT_FROM = 127.0.0.1;
114BINARY = gnunet-service-dv 106BINARY = gnunet-service-dv
@@ -122,7 +114,6 @@ PORT = 32370
122 114
123[arm] 115[arm]
124DEFAULTSERVICES = core dv statistics 116DEFAULTSERVICES = core dv statistics
125ALLOW_SHUTDOWN = YES
126ACCEPT_FROM6 = ::1; 117ACCEPT_FROM6 = ::1;
127ACCEPT_FROM = 127.0.0.1; 118ACCEPT_FROM = 127.0.0.1;
128BINARY = gnunet-service-arm 119BINARY = gnunet-service-arm
@@ -132,7 +123,6 @@ HOSTNAME = localhost
132PORT = 32366 123PORT = 32366
133 124
134[transport-tcp] 125[transport-tcp]
135ALLOW_SHUTDOWN = NO
136TIMEOUT = 300000 126TIMEOUT = 300000
137PORT = 32368 127PORT = 32368
138 128
diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf
index 24afb18a2..a4941af7b 100644
--- a/src/fs/fs_test_lib_data.conf
+++ b/src/fs/fs_test_lib_data.conf
@@ -29,7 +29,6 @@ PORT = 43467
29HOSTNAME = localhost 29HOSTNAME = localhost
30 30
31[transport-tcp] 31[transport-tcp]
32ALLOW_SHUTDOWN = NO
33TIMEOUT = 300000 32TIMEOUT = 300000
34#PORT = 43468 33#PORT = 43468
35#DEBUG = YES 34#DEBUG = YES
diff --git a/src/transport/test_plugin_transport_data_http.conf b/src/transport/test_plugin_transport_data_http.conf
index 63272b203..c5c30fc7c 100644
--- a/src/transport/test_plugin_transport_data_http.conf
+++ b/src/transport/test_plugin_transport_data_http.conf
@@ -7,7 +7,6 @@ PORT = 12389
7DEBUG = YES 7DEBUG = YES
8 8
9[statistics] 9[statistics]
10ALLOW_SHUTDOWN = YES
11ACCEPT_FROM6 = ::1; 10ACCEPT_FROM6 = ::1;
12ACCEPT_FROM = 127.0.0.1; 11ACCEPT_FROM = 127.0.0.1;
13BINARY = gnunet-service-statistics 12BINARY = gnunet-service-statistics
@@ -18,7 +17,6 @@ PORT = 12367
18 17
19[arm] 18[arm]
20DEFAULTSERVICES = resolver transport core statistics topology hostlist 19DEFAULTSERVICES = resolver transport core statistics topology hostlist
21ALLOW_SHUTDOWN = YES
22ACCEPT_FROM6 = ::1; 20ACCEPT_FROM6 = ::1;
23ACCEPT_FROM = 127.0.0.1; 21ACCEPT_FROM = 127.0.0.1;
24BINARY = gnunet-service-arm 22BINARY = gnunet-service-arm
diff --git a/src/transport/test_transport_api_data.conf b/src/transport/test_transport_api_data.conf
index 0a5c8f02e..4e0c409cb 100644
--- a/src/transport/test_transport_api_data.conf
+++ b/src/transport/test_transport_api_data.conf
@@ -6,7 +6,6 @@ DEFAULTCONFIG = test_transport_api_data.conf
6PORT = 2094 6PORT = 2094
7 7
8[fs] 8[fs]
9ALLOW_SHUTDOWN = YES
10ACCEPT_FROM6 = ::1; 9ACCEPT_FROM6 = ::1;
11ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;
12BINARY = gnunet-service-fs 11BINARY = gnunet-service-fs
@@ -23,7 +22,6 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
23DATABASE = sqlite 22DATABASE = sqlite
24BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 23BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
25QUOTA = 100000000 24QUOTA = 100000000
26ALLOW_SHUTDOWN = YES
27ACCEPT_FROM6 = ::1; 25ACCEPT_FROM6 = ::1;
28ACCEPT_FROM = 127.0.0.1; 26ACCEPT_FROM = 127.0.0.1;
29BINARY = gnunet-service-datastore 27BINARY = gnunet-service-datastore
@@ -54,7 +52,6 @@ MINIMUM-FRIENDS = 0
54[core] 52[core]
55TOTAL_QUOTA_OUT = 3932160 53TOTAL_QUOTA_OUT = 3932160
56TOTAL_QUOTA_IN = 3932160 54TOTAL_QUOTA_IN = 3932160
57ALLOW_SHUTDOWN = YES
58ACCEPT_FROM6 = ::1; 55ACCEPT_FROM6 = ::1;
59ACCEPT_FROM = 127.0.0.1; 56ACCEPT_FROM = 127.0.0.1;
60BINARY = gnunet-service-core 57BINARY = gnunet-service-core
@@ -67,7 +64,6 @@ PORT = 2092
67plugins = udp 64plugins = udp
68DEBUG = NO 65DEBUG = NO
69PREFIX = 66PREFIX =
70ALLOW_SHUTDOWN = YES
71ACCEPT_FROM6 = ::1; 67ACCEPT_FROM6 = ::1;
72ACCEPT_FROM = 127.0.0.1; 68ACCEPT_FROM = 127.0.0.1;
73NEIGHBOUR_LIMIT = 50 69NEIGHBOUR_LIMIT = 50
@@ -80,7 +76,6 @@ PORT = 2091
80[peerinfo] 76[peerinfo]
81TRUST = $SERVICEHOME/data/credit/ 77TRUST = $SERVICEHOME/data/credit/
82HOSTS = $SERVICEHOME/data/hosts/ 78HOSTS = $SERVICEHOME/data/hosts/
83ALLOW_SHUTDOWN = YES
84ACCEPT_FROM6 = ::1; 79ACCEPT_FROM6 = ::1;
85ACCEPT_FROM = 127.0.0.1; 80ACCEPT_FROM = 127.0.0.1;
86BINARY = gnunet-service-peerinfo 81BINARY = gnunet-service-peerinfo
@@ -90,7 +85,6 @@ HOSTNAME = localhost
90PORT = 2090 85PORT = 2090
91 86
92[resolver] 87[resolver]
93ALLOW_SHUTDOWN = YES
94ACCEPT_FROM6 = ::1; 88ACCEPT_FROM6 = ::1;
95ACCEPT_FROM = 127.0.0.1; 89ACCEPT_FROM = 127.0.0.1;
96BINARY = gnunet-service-resolver 90BINARY = gnunet-service-resolver
@@ -100,7 +94,6 @@ HOSTNAME = localhost
100PORT = 2089 94PORT = 2089
101 95
102[statistics] 96[statistics]
103ALLOW_SHUTDOWN = YES
104ACCEPT_FROM6 = ::1; 97ACCEPT_FROM6 = ::1;
105ACCEPT_FROM = 127.0.0.1; 98ACCEPT_FROM = 127.0.0.1;
106BINARY = gnunet-service-statistics 99BINARY = gnunet-service-statistics
@@ -111,7 +104,6 @@ PORT = 2088
111 104
112[arm] 105[arm]
113DEFAULTSERVICES = resolver transport core 106DEFAULTSERVICES = resolver transport core
114ALLOW_SHUTDOWN = YES
115ACCEPT_FROM6 = ::1; 107ACCEPT_FROM6 = ::1;
116ACCEPT_FROM = 127.0.0.1; 108ACCEPT_FROM = 127.0.0.1;
117BINARY = gnunet-service-arm 109BINARY = gnunet-service-arm
@@ -121,7 +113,6 @@ HOSTNAME = localhost
121PORT = 2087 113PORT = 2087
122 114
123[transport-tcp] 115[transport-tcp]
124ALLOW_SHUTDOWN = NO
125TIMEOUT = 300000 116TIMEOUT = 300000
126PORT = 2094 117PORT = 2094
127 118
diff --git a/src/transport/test_transport_api_http_peer2.conf b/src/transport/test_transport_api_http_peer2.conf
index 2d2cebec0..47999978a 100644
--- a/src/transport/test_transport_api_http_peer2.conf
+++ b/src/transport/test_transport_api_http_peer2.conf
@@ -50,7 +50,6 @@ MINIMUM-FRIENDS = 0
50PLUGINS = http 50PLUGINS = http
51DEBUG = YES 51DEBUG = YES
52# PREFIX = 52# PREFIX =
53ALLOW_SHUTDOWN = YES
54ACCEPT_FROM6 = ::1; 53ACCEPT_FROM6 = ::1;
55ACCEPT_FROM = 127.0.0.1; 54ACCEPT_FROM = 127.0.0.1;
56NEIGHBOUR_LIMIT = 50 55NEIGHBOUR_LIMIT = 50
diff --git a/src/transport/test_transport_api_udp_nat_peer1.conf b/src/transport/test_transport_api_udp_nat_peer1.conf
index c30777acc..d2ab3ecee 100644
--- a/src/transport/test_transport_api_udp_nat_peer1.conf
+++ b/src/transport/test_transport_api_udp_nat_peer1.conf
@@ -5,7 +5,6 @@ INTERNAL_ADDRESS = 127.0.0.1
5EXTERNAL_ADDRESS = 127.0.0.1 5EXTERNAL_ADDRESS = 127.0.0.1
6 6
7[fs] 7[fs]
8ALLOW_SHUTDOWN = YES
9ACCEPT_FROM6 = ::1; 8ACCEPT_FROM6 = ::1;
10ACCEPT_FROM = 127.0.0.1; 9ACCEPT_FROM = 127.0.0.1;
11BINARY = gnunet-service-fs 10BINARY = gnunet-service-fs
@@ -22,7 +21,6 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
22DATABASE = sqlite 21DATABASE = sqlite
23BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 22BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
24QUOTA = 100000000 23QUOTA = 100000000
25ALLOW_SHUTDOWN = YES
26ACCEPT_FROM6 = ::1; 24ACCEPT_FROM6 = ::1;
27ACCEPT_FROM = 127.0.0.1; 25ACCEPT_FROM = 127.0.0.1;
28BINARY = gnunet-service-datastore 26BINARY = gnunet-service-datastore
@@ -53,7 +51,6 @@ MINIMUM-FRIENDS = 0
53[core] 51[core]
54TOTAL_QUOTA_OUT = 3932160 52TOTAL_QUOTA_OUT = 3932160
55TOTAL_QUOTA_IN = 3932160 53TOTAL_QUOTA_IN = 3932160
56ALLOW_SHUTDOWN = YES
57ACCEPT_FROM6 = ::1; 54ACCEPT_FROM6 = ::1;
58ACCEPT_FROM = 127.0.0.1; 55ACCEPT_FROM = 127.0.0.1;
59BINARY = gnunet-service-core 56BINARY = gnunet-service-core
@@ -65,7 +62,6 @@ PORT = 2092
65[transport] 62[transport]
66PLUGINS = udp_nat 63PLUGINS = udp_nat
67DEBUG = NO 64DEBUG = NO
68ALLOW_SHUTDOWN = YES
69ACCEPT_FROM6 = ::1; 65ACCEPT_FROM6 = ::1;
70ACCEPT_FROM = 127.0.0.1; 66ACCEPT_FROM = 127.0.0.1;
71NEIGHBOUR_LIMIT = 50 67NEIGHBOUR_LIMIT = 50
@@ -80,7 +76,6 @@ PORT = 12365
80[peerinfo] 76[peerinfo]
81TRUST = $SERVICEHOME/data/credit/ 77TRUST = $SERVICEHOME/data/credit/
82HOSTS = $SERVICEHOME/data/hosts/ 78HOSTS = $SERVICEHOME/data/hosts/
83ALLOW_SHUTDOWN = YES
84ACCEPT_FROM6 = ::1; 79ACCEPT_FROM6 = ::1;
85ACCEPT_FROM = 127.0.0.1; 80ACCEPT_FROM = 127.0.0.1;
86BINARY = gnunet-service-peerinfo 81BINARY = gnunet-service-peerinfo
@@ -90,7 +85,6 @@ HOSTNAME = localhost
90PORT = 12369 85PORT = 12369
91 86
92[resolver] 87[resolver]
93ALLOW_SHUTDOWN = YES
94ACCEPT_FROM6 = ::1; 88ACCEPT_FROM6 = ::1;
95ACCEPT_FROM = 127.0.0.1; 89ACCEPT_FROM = 127.0.0.1;
96BINARY = gnunet-service-resolver 90BINARY = gnunet-service-resolver
@@ -100,7 +94,6 @@ HOSTNAME = localhost
100PORT = 12364 94PORT = 12364
101 95
102[statistics] 96[statistics]
103ALLOW_SHUTDOWN = YES
104ACCEPT_FROM6 = ::1; 97ACCEPT_FROM6 = ::1;
105ACCEPT_FROM = 127.0.0.1; 98ACCEPT_FROM = 127.0.0.1;
106BINARY = gnunet-service-statistics 99BINARY = gnunet-service-statistics
@@ -111,7 +104,6 @@ PORT = 12367
111 104
112[arm] 105[arm]
113DEFAULTSERVICES = 106DEFAULTSERVICES =
114ALLOW_SHUTDOWN = YES
115ACCEPT_FROM6 = ::1; 107ACCEPT_FROM6 = ::1;
116ACCEPT_FROM = 127.0.0.1; 108ACCEPT_FROM = 127.0.0.1;
117BINARY = gnunet-service-arm 109BINARY = gnunet-service-arm
@@ -121,7 +113,6 @@ HOSTNAME = localhost
121PORT = 12366 113PORT = 12366
122 114
123[transport-tcp] 115[transport-tcp]
124ALLOW_SHUTDOWN = NO
125TIMEOUT = 300000 116TIMEOUT = 300000
126PORT = 12368 117PORT = 12368
127 118
diff --git a/src/transport/test_transport_api_udp_nat_peer2.conf b/src/transport/test_transport_api_udp_nat_peer2.conf
index 5ec73f6ef..32d8cab23 100644
--- a/src/transport/test_transport_api_udp_nat_peer2.conf
+++ b/src/transport/test_transport_api_udp_nat_peer2.conf
@@ -5,7 +5,6 @@ EXTERNAL_ADDRESS = 127.0.0.1
5INTERNAL_ADDRESS = 127.0.0.1 5INTERNAL_ADDRESS = 127.0.0.1
6 6
7[fs] 7[fs]
8ALLOW_SHUTDOWN = YES
9ACCEPT_FROM6 = ::1; 8ACCEPT_FROM6 = ::1;
10ACCEPT_FROM = 127.0.0.1; 9ACCEPT_FROM = 127.0.0.1;
11BINARY = gnunet-service-fs 10BINARY = gnunet-service-fs
@@ -22,7 +21,6 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
22DATABASE = sqlite 21DATABASE = sqlite
23BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 22BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
24QUOTA = 100000000 23QUOTA = 100000000
25ALLOW_SHUTDOWN = YES
26ACCEPT_FROM6 = ::1; 24ACCEPT_FROM6 = ::1;
27ACCEPT_FROM = 127.0.0.1; 25ACCEPT_FROM = 127.0.0.1;
28BINARY = gnunet-service-datastore 26BINARY = gnunet-service-datastore
@@ -53,7 +51,6 @@ MINIMUM-FRIENDS = 0
53[core] 51[core]
54TOTAL_QUOTA_OUT = 3932160 52TOTAL_QUOTA_OUT = 3932160
55TOTAL_QUOTA_IN = 3932160 53TOTAL_QUOTA_IN = 3932160
56ALLOW_SHUTDOWN = YES
57ACCEPT_FROM6 = ::1; 54ACCEPT_FROM6 = ::1;
58ACCEPT_FROM = 127.0.0.1; 55ACCEPT_FROM = 127.0.0.1;
59BINARY = gnunet-service-core 56BINARY = gnunet-service-core
@@ -66,7 +63,6 @@ PORT = 2092
66PLUGINS = udp_nat 63PLUGINS = udp_nat
67DEBUG = NO 64DEBUG = NO
68PREFIX = 65PREFIX =
69ALLOW_SHUTDOWN = YES
70ACCEPT_FROM6 = ::1; 66ACCEPT_FROM6 = ::1;
71ACCEPT_FROM = 127.0.0.1; 67ACCEPT_FROM = 127.0.0.1;
72NEIGHBOUR_LIMIT = 50 68NEIGHBOUR_LIMIT = 50
@@ -80,7 +76,6 @@ PORT = 22365
80[peerinfo] 76[peerinfo]
81TRUST = $SERVICEHOME/data/credit/ 77TRUST = $SERVICEHOME/data/credit/
82HOSTS = $SERVICEHOME/data/hosts/ 78HOSTS = $SERVICEHOME/data/hosts/
83ALLOW_SHUTDOWN = YES
84ACCEPT_FROM6 = ::1; 79ACCEPT_FROM6 = ::1;
85ACCEPT_FROM = 127.0.0.1; 80ACCEPT_FROM = 127.0.0.1;
86BINARY = gnunet-service-peerinfo 81BINARY = gnunet-service-peerinfo
@@ -90,7 +85,6 @@ HOSTNAME = localhost
90PORT = 22369 85PORT = 22369
91 86
92[resolver] 87[resolver]
93ALLOW_SHUTDOWN = YES
94ACCEPT_FROM6 = ::1; 88ACCEPT_FROM6 = ::1;
95ACCEPT_FROM = 127.0.0.1; 89ACCEPT_FROM = 127.0.0.1;
96BINARY = gnunet-service-resolver 90BINARY = gnunet-service-resolver
@@ -100,7 +94,6 @@ HOSTNAME = localhost
100PORT = 22364 94PORT = 22364
101 95
102[statistics] 96[statistics]
103ALLOW_SHUTDOWN = YES
104ACCEPT_FROM6 = ::1; 97ACCEPT_FROM6 = ::1;
105ACCEPT_FROM = 127.0.0.1; 98ACCEPT_FROM = 127.0.0.1;
106BINARY = gnunet-service-statistics 99BINARY = gnunet-service-statistics
@@ -111,7 +104,6 @@ PORT = 22367
111 104
112[arm] 105[arm]
113DEFAULTSERVICES = 106DEFAULTSERVICES =
114ALLOW_SHUTDOWN = YES
115ACCEPT_FROM6 = ::1; 107ACCEPT_FROM6 = ::1;
116ACCEPT_FROM = 127.0.0.1; 108ACCEPT_FROM = 127.0.0.1;
117BINARY = gnunet-service-arm 109BINARY = gnunet-service-arm
@@ -121,7 +113,6 @@ HOSTNAME = localhost
121PORT = 22366 113PORT = 22366
122 114
123[transport-tcp] 115[transport-tcp]
124ALLOW_SHUTDOWN = NO
125TIMEOUT = 300000 116TIMEOUT = 300000
126PORT = 22368 117PORT = 22368
127 118