- Oct 29, 2018
-
-
juga authored
-
juga authored
By mistake it was moved to docs/ and it couldn't be found by config.rst. Also fix path line in rst.
-
juga authored
-
juga authored
Add documentation about how the bandwidth measurements are selected and scaled before writing them to the Bandwidth File
-
juga authored
-
juga authored
-
juga authored
-
juga authored
- Oct 28, 2018
-
-
juga authored
-
juga authored
After the all the relays in a subset that has been prioritized have been measured, there might be still pending results, what would make that before a thread has ended measuring it, the results have not been dumped and prioritization is calculated again, and that relay will have a high priority.
-
juga authored
When the difference between the total consensus bandwidth and the total in the bandwidth lines is larger than 50%, warn
-
juga authored
Bandwidth filtered is the maximum between the bandwidth measurements and their mean, not the minimum (#28215)
-
juga authored
-
juga authored
-
- Oct 26, 2018
-
-
juga authored
-
juga authored
To speed up the scanner. RTT is not being used at the moment, set the default to 0.
-
juga authored
So that flake8 version 3.6.0 does not give error
-
juga authored
-
juga authored
It was added to know which variables are in Bytes, but it's not clear and it should be the default unit when it's not specified.
-
juga authored
"measured" could be interpreted as if it was only those relays that were measured, when i means the relays that were measured and pass certain restrictions. "eligible" means the measured relays that would be include in the bandwidth file.
-
- Oct 24, 2018
-
-
juga authored
-
- Oct 23, 2018
-
-
juga authored
And catch exception. This way the tests do not need to be modified to include a consensus path.
-
juga authored
-
juga authored
-
juga authored
-
juga authored
This way the method to measure progress calculate only the statistics and it is easier to test, removing the logic about the state file, header stats and number of bw lines returned to this method instead.
-
juga authored
It can be the case that after selecting the results to consider and before scaling, there is not any. In this case the statistics should also be written in the header.
-
juga authored
So that the method to calculate statistics about the number of relays measured can be tested without having a tor data directory.
-
juga authored
To know whether the min percent of measured relays was reached before or not, and warn when it was.
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
since the option to remove the bw file link has been removed.
-
- Oct 22, 2018
-
-
Matt Traudt authored
-
Matt Traudt authored
Even for a valid domain that usually resolves, sometimes the local DNS resolver won't be able to resolve it (duh). Catch the exception that gets thrown in that instance and fail gracefully by returning an empty list.
-
Matt Traudt authored
-