ActionsLike1
Feature #17525
closedImplement Happy Eyeballs Version 2 (RFC8305) in Socket.tcp
Description
https://github.com/ruby/ruby/pull/4038
This change implements Happy Eyeballs Version 2 (RFC8305) in Socket.tcp.
It enables fallback from IPv6 to IPv4 without a long waiting time.
Updated by Glass_saga (Masaki Matsushita) over 4 years ago
- Related to Feature #15628: init_inetsock_internal should fallback to IPv4 if IPv6 is unreachable added
Updated by hsbt (Hiroshi SHIBATA) over 2 years ago
- Related to Feature #17528: Make Addrinfo.getaddrinfo fall back to Timeout.timeout for :resolv_timeout added
Updated by hsbt (Hiroshi SHIBATA) over 2 years ago
- Related to Bug #17220: Rails Active Job integration test fails with Ruby 3.0.0 since 2038cc6cab6ceeffef3ec3a765c70ae684f829ed added
Updated by hsbt (Hiroshi SHIBATA) about 1 year ago
- Related to Feature #20108: Introduction of Happy Eyeballs Version 2 (RFC8305) in Socket.tcp added
Updated by hsbt (Hiroshi SHIBATA) about 1 year ago
- Status changed from Open to Closed
ActionsLike1