Files
tor/changes
Nick Mathewson 3c03e237ab Remove an erroneous 0.5 in compute_weighted_bandwidths()
Back in 0.2.4.3-alpha (e106812a77), when we switched from using
double to using uint64 for selecting by bandwidth, I got the math
wrong: I should have used llround(x), or (uint64_t)(x+0.5), but
instead I wrote llround(x+0.5).  That means we would always round
up, rather than rounding to the closest integer

Fixes bug 23318; bugfix on 0.2.4.3-alpha.
2017-11-08 10:45:18 -05:00
..
2016-11-07 16:19:05 -05:00
2017-02-01 10:39:48 -05:00
2017-01-18 09:01:26 -05:00
2016-11-06 16:39:46 -05:00
2016-10-31 15:05:56 -04:00
2016-11-06 16:39:46 -05:00
2016-11-06 16:39:46 -05:00
2016-11-07 11:01:21 -05:00
2016-11-16 13:14:03 +11:00
2016-12-01 10:14:42 -05:00
2016-12-23 08:08:14 -05:00
2017-02-07 09:27:17 -05:00
2017-05-08 13:39:59 -04:00
2017-05-15 11:43:18 -04:00
2017-06-16 14:03:02 -04:00
2017-07-17 21:44:59 +00:00
2017-01-22 18:48:22 -05:00
2016-10-18 19:35:10 -04:00