aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-21 07:16:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-21 07:16:32 +0000
commit89812cb07bbdf334afdfd341512d54426bb2db2b (patch)
tree7b3a8413bb007030ce5106a26d3aa651612320dd /src/dht
parentbd6d53b9caba0093c535988463cdf4f726f6c7f8 (diff)
downloadgnunet-89812cb07bbdf334afdfd341512d54426bb2db2b.tar.gz
gnunet-89812cb07bbdf334afdfd341512d54426bb2db2b.zip
following Barts suggestion to raise quotas even higher to avoid connect issues:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_2dtorus.conf4
-rw-r--r--src/dht/test_dht_api_data.conf4
-rw-r--r--src/dht/test_dht_api_peer1.conf4
-rw-r--r--src/dht/test_dht_multipeer_data.conf4
-rw-r--r--src/dht/test_dht_twopeer_data.conf4
5 files changed, 10 insertions, 10 deletions
diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf
index 1c70c2ec4..e49810569 100644
--- a/src/dht/test_dht_2dtorus.conf
+++ b/src/dht/test_dht_2dtorus.conf
@@ -37,8 +37,8 @@ INTERNAL_ADDRESS = 127.0.0.1
37EXTERNAL_ADDRESS = 127.0.0.1 37EXTERNAL_ADDRESS = 127.0.0.1
38 38
39[core] 39[core]
40TOTAL_QUOTA_IN = 1024000 40TOTAL_QUOTA_IN = 91024000
41TOTAL_QUOTA_OUT = 1024000 41TOTAL_QUOTA_OUT = 91024000
42AUTOSTART = YES 42AUTOSTART = YES
43PORT = 10003 43PORT = 10003
44 44
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index c44be3500..bd73dbfb8 100644
--- a/src/dht/test_dht_api_data.conf
+++ b/src/dht/test_dht_api_data.conf
@@ -21,8 +21,8 @@ FRIENDS-ONLY = NO
21MINIMUM-FRIENDS = 0 21MINIMUM-FRIENDS = 0
22 22
23[core] 23[core]
24TOTAL_QUOTA_OUT = 3932160 24TOTAL_QUOTA_OUT = 93932160
25TOTAL_QUOTA_IN = 3932160 25TOTAL_QUOTA_IN = 93932160
26PORT = 2092 26PORT = 2092
27 27
28[dht] 28[dht]
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index ffa8873c8..090a7e507 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -29,8 +29,8 @@ NEIGHBOUR_LIMIT = 50
29PORT = 12365 29PORT = 12365
30 30
31[core] 31[core]
32TOTAL_QUOTA_OUT = 3932160 32TOTAL_QUOTA_OUT = 93932160
33TOTAL_QUOTA_IN = 3932160 33TOTAL_QUOTA_IN = 93932160
34PORT = 12092 34PORT = 12092
35 35
36[arm] 36[arm]
diff --git a/src/dht/test_dht_multipeer_data.conf b/src/dht/test_dht_multipeer_data.conf
index 2b4569881..3e5d2c756 100644
--- a/src/dht/test_dht_multipeer_data.conf
+++ b/src/dht/test_dht_multipeer_data.conf
@@ -46,8 +46,8 @@ PORT = 12365
46PLUGIN = mysql_dump 46PLUGIN = mysql_dump
47 47
48[core] 48[core]
49TOTAL_QUOTA_OUT = 3932160 49TOTAL_QUOTA_OUT = 93932160
50TOTAL_QUOTA_IN = 3932160 50TOTAL_QUOTA_IN = 93932160
51ACCEPT_FROM6 = ::1; 51ACCEPT_FROM6 = ::1;
52ACCEPT_FROM = 127.0.0.1; 52ACCEPT_FROM = 127.0.0.1;
53BINARY = gnunet-service-core 53BINARY = gnunet-service-core
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf
index 53adcf512..93cf0fa42 100644
--- a/src/dht/test_dht_twopeer_data.conf
+++ b/src/dht/test_dht_twopeer_data.conf
@@ -26,8 +26,8 @@ NEIGHBOUR_LIMIT = 50
26PORT = 12365 26PORT = 12365
27 27
28[core] 28[core]
29TOTAL_QUOTA_OUT = 3932160 29TOTAL_QUOTA_OUT = 93932160
30TOTAL_QUOTA_IN = 3932160 30TOTAL_QUOTA_IN = 93932160
31HOSTNAME = localhost 31HOSTNAME = localhost
32PORT = 12092 32PORT = 12092
33 33