aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_2dtorus.conf6
-rw-r--r--src/dht/test_dht_api_data.conf6
-rw-r--r--src/dht/test_dht_api_peer1.conf6
-rw-r--r--src/dht/test_dht_multipeer_data.conf6
-rw-r--r--src/dht/test_dht_twopeer_data.conf6
5 files changed, 20 insertions, 10 deletions
diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf
index 0d7b94879..e8da79e89 100644
--- a/src/dht/test_dht_2dtorus.conf
+++ b/src/dht/test_dht_2dtorus.conf
@@ -36,9 +36,11 @@ ALLOW_NAT = NO
36INTERNAL_ADDRESS = 127.0.0.1 36INTERNAL_ADDRESS = 127.0.0.1
37EXTERNAL_ADDRESS = 127.0.0.1 37EXTERNAL_ADDRESS = 127.0.0.1
38 38
39[ats]
40WAN_QUOTA_IN = 1 GB
41WAN_QUOTA_OUT = 1 GB
42
39[core] 43[core]
40TOTAL_QUOTA_IN = 1 GB
41TOTAL_QUOTA_OUT = 1 GB
42AUTOSTART = YES 44AUTOSTART = YES
43PORT = 10003 45PORT = 10003
44 46
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index 610733399..8ed30aff2 100644
--- a/src/dht/test_dht_api_data.conf
+++ b/src/dht/test_dht_api_data.conf
@@ -20,9 +20,11 @@ AUTOCONNECT = YES
20FRIENDS-ONLY = NO 20FRIENDS-ONLY = NO
21MINIMUM-FRIENDS = 0 21MINIMUM-FRIENDS = 0
22 22
23[ats]
24WAN_QUOTA_IN = 1 GB
25WAN_QUOTA_OUT = 1GB
26
23[core] 27[core]
24TOTAL_QUOTA_OUT = 1 GB
25TOTAL_QUOTA_IN = 1 GB
26PORT = 2092 28PORT = 2092
27 29
28[dht] 30[dht]
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index 075234232..cacc4da8f 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -28,9 +28,11 @@ ACCEPT_FROM = 127.0.0.1;
28NEIGHBOUR_LIMIT = 50 28NEIGHBOUR_LIMIT = 50
29PORT = 12365 29PORT = 12365
30 30
31[ats]
32WAN_QUOTA_IN = 1 GB
33WAN_QUOTA_OUT = 1 GB
34
31[core] 35[core]
32TOTAL_QUOTA_OUT = 1 GB
33TOTAL_QUOTA_IN = 1 GB
34PORT = 12092 36PORT = 12092
35 37
36[arm] 38[arm]
diff --git a/src/dht/test_dht_multipeer_data.conf b/src/dht/test_dht_multipeer_data.conf
index bf826789d..d16017d34 100644
--- a/src/dht/test_dht_multipeer_data.conf
+++ b/src/dht/test_dht_multipeer_data.conf
@@ -45,9 +45,11 @@ PORT = 12365
45[DHTLOG] 45[DHTLOG]
46PLUGIN = mysql_dump 46PLUGIN = mysql_dump
47 47
48[ats]
49WAN_QUOTA_IN = 1GB
50WAN_QUOTA_OUT = 1GB
51
48[core] 52[core]
49TOTAL_QUOTA_OUT = 1 GB
50TOTAL_QUOTA_IN = 1 GB
51ACCEPT_FROM6 = ::1; 53ACCEPT_FROM6 = ::1;
52ACCEPT_FROM = 127.0.0.1; 54ACCEPT_FROM = 127.0.0.1;
53BINARY = gnunet-service-core 55BINARY = gnunet-service-core
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf
index 418772fc7..ba1e22b80 100644
--- a/src/dht/test_dht_twopeer_data.conf
+++ b/src/dht/test_dht_twopeer_data.conf
@@ -25,9 +25,11 @@ DEBUG = NO
25NEIGHBOUR_LIMIT = 50 25NEIGHBOUR_LIMIT = 50
26PORT = 12365 26PORT = 12365
27 27
28[ats]
29WAN_QUOTA_IN = 1 GB
30WAN_QUOTA_OUT = 1 GB
31
28[core] 32[core]
29TOTAL_QUOTA_OUT = 1 GB
30TOTAL_QUOTA_IN = 1 GB
31HOSTNAME = localhost 33HOSTNAME = localhost
32PORT = 12092 34PORT = 12092
33 35