aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer_data.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_multipeer_data.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_multipeer_data.conf')
-rw-r--r--src/dht/test_dht_multipeer_data.conf6
1 files changed, 4 insertions, 2 deletions
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