aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api_peer1.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-29 17:13:57 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-29 17:13:57 +0000
commit5ca85864950a1fe92613f5ed3a69cd08d248423e (patch)
tree26b44bbe805223a9ca58aa46d112bb49fad35f72 /src/dht/test_dht_api_peer1.conf
parentb312a0e714d1782f1258b3aaa697f8f36315cd60 (diff)
downloadgnunet-5ca85864950a1fe92613f5ed3a69cd08d248423e.tar.gz
gnunet-5ca85864950a1fe92613f5ed3a69cd08d248423e.zip
Changed quota configuration from core to ats section, renamed from TOTAL_QUOTA_* to WAN_QUOTA_*
Diffstat (limited to 'src/dht/test_dht_api_peer1.conf')
-rw-r--r--src/dht/test_dht_api_peer1.conf6
1 files changed, 4 insertions, 2 deletions
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]