[tor-commits] [sbws/master] Add comment to config vars for reseting bw on IP
pastly at torproject.org
pastly at torproject.org
Tue Jun 26 15:36:49 UTC 2018
commit d25799f08378ed66615098946fbca100fe2df67d
Author: juga0 <juga at riseup.net>
Date: Tue Jun 19 19:34:15 2018 +0000
Add comment to config vars for reseting bw on IP
changes.
---
sbws/config.default.ini | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sbws/config.default.ini b/sbws/config.default.ini
index ff72097..d3abcda 100644
--- a/sbws/config.default.ini
+++ b/sbws/config.default.ini
@@ -23,7 +23,13 @@ http_timeout = 10
# CircuitBuildTimeout doesn't handle the case of a TLS connection to a relay
# taking forever, and probably other not-yet-discovered cases.
circuit_timeout = 10
+# Whether or not to reset the bandwidth measurements when the the relay's IPv4
+# changes
reset_bw_ipv4_changes = on
+
+# Whether or not to reset the bandwidth measurements when the the relay's IPv6
+# changes.
+# This is currently not implemented.
reset_bw_ipv6_changes = off
[scanner]
More information about the tor-commits
mailing list