diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 08:32:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 08:32:34 -0400 |
commit | d7301a456ab15ab84030b6e0fcf5a6fbd9e43fa9 (patch) | |
tree | ba7ea25540b279dc04b7b89ff01cdab72293e6eb /changes | |
parent | e9c93a3415fac4660f3976dfcd7cfd2db5502e58 (diff) | |
parent | 9d7f148885a9334605cfb396bb06ad546349ad6a (diff) | |
download | tor-d7301a456ab15ab84030b6e0fcf5a6fbd9e43fa9.tar.gz tor-d7301a456ab15ab84030b6e0fcf5a6fbd9e43fa9.zip |
Merge remote-tracking branch 'neel/b25886c'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25886 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug25886 b/changes/bug25886 new file mode 100644 index 0000000000..45f9a54069 --- /dev/null +++ b/changes/bug25886 @@ -0,0 +1,7 @@ + o Minor bugfixes (relay): + - In frac_nodes_with_descriptors(), add for_direct_connect, and replace + node_has_any_descriptor() with node_has_preferred_descriptor(). Also, + if we are using bridges and there is at least one bridge with a full + descriptor, set f_guard in compute_frac_paths_available() to 1.0. + Fixes bug 25886; bugfix on 0.3.5.1-alpha. Patch by Neel Chauhan. + |