summaryrefslogtreecommitdiff
path: root/src/ats/ats.conf.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-12-14 10:01:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-12-14 10:01:38 +0000
commit29e26fe33fa4cdf3d7b6e1ba18077f37924dc4b0 (patch)
treefffa80b73153356b52be9d8c9840086cd71f0d47 /src/ats/ats.conf.in
parent96c9cc1b75506e4e93864c9b55413c1a86df2560 (diff)
downloadgnunet-29e26fe33fa4cdf3d7b6e1ba18077f37924dc4b0.tar.gz
gnunet-29e26fe33fa4cdf3d7b6e1ba18077f37924dc4b0.zip
improved quota loading
Diffstat (limited to 'src/ats/ats.conf.in')
-rw-r--r--src/ats/ats.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index 9c43d9428..bdc064e2f 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -14,6 +14,8 @@ UNIX_MATCH_GID = YES
14MODE = simplistic 14MODE = simplistic
15 15
16# Network specific inbound/outbound quotas 16# Network specific inbound/outbound quotas
17UNSPECIFIED_QUOTA_IN = 64 KiB
18UNSPECIFIED_QUOTA_OUT = 64 KiB
17# LOOPBACK 19# LOOPBACK
18LOOPBACK_QUOTA_IN = unlimited 20LOOPBACK_QUOTA_IN = unlimited
19LOOPBACK_QUOTA_OUT = unlimited 21LOOPBACK_QUOTA_OUT = unlimited