From: "shugo (Shugo Maeda) via ruby-core" Date: 2024-01-19T09:41:23+00:00 Subject: [ruby-core:116322] [Ruby master Feature#20108] Introduction of Happy Eyeballs Version 2 (RFC8305) in Socket.tcp Issue #20108 has been updated by shugo (Shugo Maeda). shioimm (Misaki Shioi) wrote in #note-2: > There is no way to disable it; HE is intended to avoid fatal delays. Introducing a way to disable it for performance seems to me to add complexity. Speaking of complexity, how about to leave the original implementation of Socket.tcp as Socket.tcp_without_fast_fallback and call it when HE is disabled? ```ruby @tcp_fast_fallback = true class <