aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket32905
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket32905')
-rw-r--r--changes/ticket329056
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.