aboutsummaryrefslogtreecommitdiff
path: root/src/dht
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/dht
parent285cae67480c0031d4c18d7e9f58f90bc2d93e73 (diff)
downloadgnunet-362cc6cfa3cd9e7a9625d6c9841374331761ce88.tar.gz
gnunet-362cc6cfa3cd9e7a9625d6c9841374331761ce88.zip
no more allow shutdown
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_api_data.conf10
-rw-r--r--src/dht/test_dht_api_peer1.conf10
2 files changed, 0 insertions, 20 deletions
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