gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -modify some settings for better default


From: gnunet
Subject: [gnunet] branch master updated: -modify some settings for better defaults
Date: Fri, 04 Mar 2022 17:31:32 +0100

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 7382e67a4 -modify some settings for better defaults
7382e67a4 is described below

commit 7382e67a4cd21164c6893f821c89344d58aec6a0
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Mar 4 17:31:26 2022 +0100

    -modify some settings for better defaults
---
 src/ats/ats.conf.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index 4abddd99c..2c65869dd 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -15,8 +15,8 @@ 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 = 10 MiB
-UNSPECIFIED_QUOTA_OUT = 10 MiB
+UNSPECIFIED_QUOTA_IN = unlimited
+UNSPECIFIED_QUOTA_OUT = unlimited
 # LOOPBACK
 LOOPBACK_QUOTA_IN = unlimited
 LOOPBACK_QUOTA_OUT = unlimited
@@ -27,8 +27,8 @@ LAN_QUOTA_OUT = unlimited
 WAN_QUOTA_IN = 10 MiB
 WAN_QUOTA_OUT = 10 MiB
 # WLAN
-WLAN_QUOTA_IN = 10 MiB
-WLAN_QUOTA_OUT = 10 MiB
+WLAN_QUOTA_IN = unlimited
+WLAN_QUOTA_OUT = unlimited
 # BLUETOOTH
 BLUETOOTH_QUOTA_IN = 10 MiB
 BLUETOOTH_QUOTA_OUT = 10 MiB
@@ -38,7 +38,7 @@ BLUETOOTH_QUOTA_OUT = 10 MiB
 # How proportional to preferences is bandwidth distribution in a network
 # 1.0: Fair with respect to addresses without preferences
 # > 1.0: The bigger, the more respect is paid to preferences
-PROP_PROPORTIONALITY_FACTOR = 2.00
-# Should we stick to existing connections are prefer to switch?
+PROP_PROPORTIONALITY_FACTOR = 10.00
+# Should we stick to existing connections or prefer to switch?
 # [1.0...2.0], lower value prefers to switch, bigger value is more tolerant
 PROP_STABILITY_FACTOR = 1.25

-- 
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]