diff options
author | Neel Chauhan <neel@neelc.org> | 2020-02-18 08:20:11 -0800 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-03-09 09:33:00 -0400 |
commit | 7d673e70b072663e3f9f11819b166846e578251d (patch) | |
tree | bee9fffb6773c399f487718c57fdcdc3349a2181 /changes/ticket32905 | |
parent | 17724a7cdeb9b98539831f1164a82784f1fb050f (diff) | |
download | tor-7d673e70b072663e3f9f11819b166846e578251d.tar.gz tor-7d673e70b072663e3f9f11819b166846e578251d.zip |
Remove the ClientAutoIPv6ORPort option
Diffstat (limited to 'changes/ticket32905')
-rw-r--r-- | changes/ticket32905 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket32905 b/changes/ticket32905 new file mode 100644 index 0000000000..6f420ec693 --- /dev/null +++ b/changes/ticket32905 @@ -0,0 +1,6 @@ + o Removed features: + - Remove the ClientAutoIPv6ORPort option. This option attempted + to randomly choose between IPv4 and IPv6 for client connections, + and isn't a true implementation of Happy Eyeballs. Often, this + option failed on IPv4-only or IPv6-only connections. Closes + ticket 32905. Patch by Neel Chauhan. |