aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-11 19:05:46 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-11 19:05:46 +0000
commit362cc6cfa3cd9e7a9625d6c9841374331761ce88 (patch)
tree26c8bd5a7e5d226e19c9a6f0e69c090ba7c75e21 /src/transport
parent285cae67480c0031d4c18d7e9f58f90bc2d93e73 (diff)
downloadgnunet-362cc6cfa3cd9e7a9625d6c9841374331761ce88.tar.gz
gnunet-362cc6cfa3cd9e7a9625d6c9841374331761ce88.zip
no more allow shutdown
Diffstat (limited to 'src/transport')
-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
5 files changed, 0 insertions, 30 deletions
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