gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix: raise ATS quotas to 10 MiB #6426


From: gnunet
Subject: [gnunet] branch master updated: fix: raise ATS quotas to 10 MiB #6426
Date: Thu, 09 Jul 2020 09:15:37 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5a0df5e18 fix: raise ATS quotas to 10 MiB #6426
5a0df5e18 is described below

commit 5a0df5e18a6c9b058f10b0b8eaf459959e15ce54
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Jul 9 09:09:50 2020 +0200

    fix: raise ATS quotas to 10 MiB #6426
---
 src/ats/ats.conf.in | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index 53c0de0c5..7691f98c0 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -12,9 +12,11 @@ UNIX_MATCH_GID = YES
 # Designated assignment mode: PROPORTIONAL / MLP / RIL
 MODE = proportional
 
+# IMPORTANT: Do not lower those quotas below 10 MiB
+# Or your peer may not bootstrap correctly.
 # Network specific inbound/outbound quotas
-UNSPECIFIED_QUOTA_IN = 64 KiB
-UNSPECIFIED_QUOTA_OUT = 64 KiB
+UNSPECIFIED_QUOTA_IN = 10 MiB
+UNSPECIFIED_QUOTA_OUT = 10 MiB
 # LOOPBACK
 LOOPBACK_QUOTA_IN = unlimited
 LOOPBACK_QUOTA_OUT = unlimited
@@ -22,14 +24,14 @@ LOOPBACK_QUOTA_OUT = unlimited
 LAN_QUOTA_IN = unlimited
 LAN_QUOTA_OUT = unlimited
 # WAN
-WAN_QUOTA_IN = 64 KiB
-WAN_QUOTA_OUT = 64 KiB
+WAN_QUOTA_IN = 10 MiB
+WAN_QUOTA_OUT = 10 MiB
 # WLAN
-WLAN_QUOTA_IN = 1 MiB
-WLAN_QUOTA_OUT = 1 MiB
+WLAN_QUOTA_IN = 10 MiB
+WLAN_QUOTA_OUT = 10 MiB
 # BLUETOOTH
-BLUETOOTH_QUOTA_IN = 128 KiB
-BLUETOOTH_QUOTA_OUT = 128 KiB
+BLUETOOTH_QUOTA_IN = 10 MiB
+BLUETOOTH_QUOTA_OUT = 10 MiB
 # ATS options
 
 # Proportional specific settings

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]