diff options
Diffstat (limited to 'changes/bug7802')
-rw-r--r-- | changes/bug7802 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug7802 b/changes/bug7802 new file mode 100644 index 000000000..9bc0f36fe --- /dev/null +++ b/changes/bug7802 @@ -0,0 +1,11 @@ + o Minor features: + - Path Use Bias: Perform separate accounting for successful circuit use. + Separate statistics on stream attempt versus success rates are kept + for each guard. Configurable thresholds are provided to determine + when to emit log messages or disable use of guards that fail too + many stream attempts. + o Minor bugfixes: + - Remove a source of rounding error during path bias count scaling. + - Don't count cannibalized circuits as used for path bias until we + actually try to use them. + - Fix circuit_package_relay_cell warning message about n_chan==NULL. |