aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_2dtorus.conf
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/testing/test_testing_2dtorus.conf
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/testing/test_testing_2dtorus.conf')
-rw-r--r--src/testing/test_testing_2dtorus.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testing/test_testing_2dtorus.conf b/src/testing/test_testing_2dtorus.conf
index 8cf2f8f62..da5f90c9c 100644
--- a/src/testing/test_testing_2dtorus.conf
+++ b/src/testing/test_testing_2dtorus.conf
@@ -40,8 +40,8 @@ INTERNAL_ADDRESS = 127.0.0.1
40EXTERNAL_ADDRESS = 127.0.0.1 40EXTERNAL_ADDRESS = 127.0.0.1
41 41
42[core] 42[core]
43TOTAL_QUOTA_IN = 999111999 43TOTAL_QUOTA_IN = 1 GB
44TOTAL_QUOTA_OUT = 999111999 44TOTAL_QUOTA_OUT = 1 GB
45AUTOSTART = YES 45AUTOSTART = YES
46PORT = 10003 46PORT = 10003
47 47
@@ -61,13 +61,13 @@ CONNECT_TOPOLOGY = 2D_TORUS
61#PERCENTAGE = 3 61#PERCENTAGE = 3
62#PROBABILITY = .1 62#PROBABILITY = .1
63F2F = NO 63F2F = NO
64CONNECT_TIMEOUT = 600 64CONNECT_TIMEOUT = 600 s
65CONNECT_ATTEMPTS = 2 65CONNECT_ATTEMPTS = 2
66DEBUG = YES 66DEBUG = YES
67HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 67HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
68MAX_CONCURRENT_SSH = 10 68MAX_CONCURRENT_SSH = 10
69USE_PROGRESSBARS = YES 69USE_PROGRESSBARS = YES
70PEERGROUP_TIMEOUT = 2400 70PEERGROUP_TIMEOUT = 2400 s
71TOPOLOGY_OUTPUT_FILE = testing_topo_initial 71TOPOLOGY_OUTPUT_FILE = testing_topo_initial
72MAX_OUTSTANDING_CONNECTIONS = 75 72MAX_OUTSTANDING_CONNECTIONS = 75
73#SINGLE_PEERINFO_PER_HOST = YES 73#SINGLE_PEERINFO_PER_HOST = YES