aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-17 19:18:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-17 19:18:52 +0000
commit7dfd634b17df4e1505c62f2224380a0d38da2e8d (patch)
treedc8846d3455b9aa73f242ab79328bc943749de2c /src/dht
parent775613176d9e33ccdc8bcd468cfb9aab288458c2 (diff)
downloadgnunet-7dfd634b17df4e1505c62f2224380a0d38da2e8d.tar.gz
gnunet-7dfd634b17df4e1505c62f2224380a0d38da2e8d.zip
add units to time, use configuration time api where appropriate, fixing Mantis #1875
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_2dtorus.conf8
-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.conf8
-rw-r--r--src/dht/test_dht_twopeer_data.conf6
5 files changed, 17 insertions, 17 deletions
diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf
index 20ca30e3f..0d7b94879 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 = 91024000 40TOTAL_QUOTA_IN = 1 GB
41TOTAL_QUOTA_OUT = 91024000 41TOTAL_QUOTA_OUT = 1 GB
42AUTOSTART = YES 42AUTOSTART = YES
43PORT = 10003 43PORT = 10003
44 44
@@ -58,13 +58,13 @@ CONNECT_TOPOLOGY = NONE
58#PERCENTAGE = 3 58#PERCENTAGE = 3
59#PROBABILITY = .1 59#PROBABILITY = .1
60F2F = NO 60F2F = NO
61CONNECT_TIMEOUT = 60 61CONNECT_TIMEOUT = 60 s
62CONNECT_ATTEMPTS = 3 62CONNECT_ATTEMPTS = 3
63DEBUG = YES 63DEBUG = YES
64HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 64HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
65MAX_CONCURRENT_SSH = 10 65MAX_CONCURRENT_SSH = 10
66USE_PROGRESSBARS = YES 66USE_PROGRESSBARS = YES
67PEERGROUP_TIMEOUT = 2400 67PEERGROUP_TIMEOUT = 2400 s
68TOPOLOGY_OUTPUT_FILE = 2dtorus_topo_initial 68TOPOLOGY_OUTPUT_FILE = 2dtorus_topo_initial
69MAX_OUTSTANDING_CONNECTIONS = 75 69MAX_OUTSTANDING_CONNECTIONS = 75
70#SINGLE_PEERINFO_PER_HOST = YES 70#SINGLE_PEERINFO_PER_HOST = YES
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index bd73dbfb8..610733399 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 = 93932160 24TOTAL_QUOTA_OUT = 1 GB
25TOTAL_QUOTA_IN = 93932160 25TOTAL_QUOTA_IN = 1 GB
26PORT = 2092 26PORT = 2092
27 27
28[dht] 28[dht]
@@ -52,7 +52,7 @@ DEFAULTSERVICES =
52PORT = 2087 52PORT = 2087
53 53
54[transport-tcp] 54[transport-tcp]
55TIMEOUT = 300000 55TIMEOUT = 300 s
56PORT = 2094 56PORT = 2094
57 57
58[TESTING] 58[TESTING]
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index 6bd5a8920..075234232 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 = 93932160 32TOTAL_QUOTA_OUT = 1 GB
33TOTAL_QUOTA_IN = 93932160 33TOTAL_QUOTA_IN = 1 GB
34PORT = 12092 34PORT = 12092
35 35
36[arm] 36[arm]
@@ -39,7 +39,7 @@ PORT = 12366
39DEBUG = NO 39DEBUG = NO
40 40
41[transport-tcp] 41[transport-tcp]
42TIMEOUT = 300000 42TIMEOUT = 300 s
43PORT = 12368 43PORT = 12368
44BINDTO = 127.0.0.1 44BINDTO = 127.0.0.1
45 45
diff --git a/src/dht/test_dht_multipeer_data.conf b/src/dht/test_dht_multipeer_data.conf
index 9268153d7..941d5bf67 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 = 93932160 49TOTAL_QUOTA_OUT = 1 GB
50TOTAL_QUOTA_IN = 93932160 50TOTAL_QUOTA_IN = 1 GB
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
@@ -69,7 +69,7 @@ PORT = 12366
69DEBUG = NO 69DEBUG = NO
70 70
71[transport-tcp] 71[transport-tcp]
72TIMEOUT = 300000 72TIMEOUT = 300 s
73PORT = 12368 73PORT = 12368
74BINDTO = 127.0.0.1 74BINDTO = 127.0.0.1
75 75
@@ -89,7 +89,7 @@ CONNECT_TOPOLOGY = NONE
89 89
90TOPOLOGY_FILE = multipeer_topo.dat 90TOPOLOGY_FILE = multipeer_topo.dat
91MAX_CONCURRENT_SSH = 1 91MAX_CONCURRENT_SSH = 1
92PEERGROUP_TIMEOUT = 10000 92PEERGROUP_TIMEOUT = 10 s
93USE_PROGRESSBARS = YES 93USE_PROGRESSBARS = YES
94#CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET 94#CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET
95#CONNECT_TOPOLOGY_OPTION_MODIFIER = 2 95#CONNECT_TOPOLOGY_OPTION_MODIFIER = 2
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf
index 0cb0f18ab..418772fc7 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 = 93932160 29TOTAL_QUOTA_OUT = 1 GB
30TOTAL_QUOTA_IN = 93932160 30TOTAL_QUOTA_IN = 1 GB
31HOSTNAME = localhost 31HOSTNAME = localhost
32PORT = 12092 32PORT = 12092
33 33
@@ -37,7 +37,7 @@ PORT = 12366
37DEBUG = NO 37DEBUG = NO
38 38
39[transport-tcp] 39[transport-tcp]
40TIMEOUT = 300000 40TIMEOUT = 300 s
41PORT = 12368 41PORT = 12368
42BINDTO = 127.0.0.1 42BINDTO = 127.0.0.1
43 43