commit eebfd257adb10fbde1e9101aba8680442aec0360 Author: Matt Traudt sirmatt@ksu.edu Date: Wed Jun 20 09:28:18 2018 -0400
Add more info to a comment --- sbws/config.default.ini | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/sbws/config.default.ini b/sbws/config.default.ini index d3abcda..80ddc8b 100644 --- a/sbws/config.default.ini +++ b/sbws/config.default.ini @@ -23,13 +23,11 @@ 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 +# Whether or not to reset the bandwidth measurements when the relay's IP +# address changes. If it changes, we only consider results for the relay that +# we obtained while the relay was located at its most recent IP address. +# This is NOT implemented for IPv6. 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]
tor-commits@lists.torproject.org