[tor-bugs] #23856 [Core Tor/Tor]: Reduce relay bandwidth stats interval to 24 hours
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Nov 22 14:24:26 UTC 2017
#23856: Reduce relay bandwidth stats interval to 24 hours
------------------------------------------------+--------------------------
Reporter: teor | Owner: (none)
Type: defect | Status:
| needs_revision
Priority: High | Milestone: Tor:
| 0.3.2.x-final
Component: Core Tor/Tor | Version:
Severity: Normal | Resolution:
Keywords: guard-discovery-stats, easy, intro | Actual Points:
Parent ID: | Points: 1
Reviewer: | Sponsor: SponsorQ
------------------------------------------------+--------------------------
Comment (by dgoulet):
To summarize the above, we are talking about a patch that changes these to
those values?:
{{{
+#define NUM_SECS_BW_SUM_IS_VALID (5*24*60*60) /* 5 days */
+#define NUM_SECS_BW_SUM_INTERVAL (24*60*60) /* 24 hours */
+#define MAX_BANDWIDTH_CHANGE_FREQ (3*60*60) /* 3 hours */
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23856#comment:16>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list