[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #30232 [Core Tor/sbws]: Reduce the number of downloads for each measurement
#30232: Reduce the number of downloads for each measurement
-------------------------------+-------------------------------
Reporter: teor | Owner: (none)
Type: defect | Status: new
Priority: Medium | Milestone: sbws: unspecified
Component: Core Tor/sbws | Version: sbws: unspecified
Severity: Normal | Keywords:
Actual Points: | Parent ID: #30227
Points: | Reviewer:
Sponsor: |
-------------------------------+-------------------------------
{{{
# Number of downloads with acceptable times we must have for a relay
before
# moving on
num_downloads = 5
}}}
5 seems very high. Do we really need 5 * 2 = 10 measurements for each
relay?
Let's try:
{{{
num_downloads = 3
}}}
Because 3*2 = 6, which is close to the 5 measurements we originally
wanted.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/30232>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs