summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2018-06-16 11:27:28 -0400
committerNeel Chauhan <neel@neelc.org>2018-06-16 11:27:28 -0400
commit9d7f148885a9334605cfb396bb06ad546349ad6a (patch)
tree77934279d1a0136e5a4b26acc373109c5681b052 /changes
parent97cc61e9476d6553e65ade578cc57a029674ee5a (diff)
downloadtor-9d7f148885a9334605cfb396bb06ad546349ad6a.tar.gz
tor-9d7f148885a9334605cfb396bb06ad546349ad6a.zip
Make frac_nodes_with_descriptors() take and use for_direct_connect
Diffstat (limited to 'changes')
-rw-r--r--changes/bug258867
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.
+