We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Socket::tcp
1 parent 773d140 commit 32c733fCopy full SHA for 32c733f
ext/socket/lib/socket.rb
@@ -635,7 +635,9 @@ class << self
635
# The optional last argument _opts_ is options represented by a hash.
636
# _opts_ may have following options:
637
#
638
- # [:connect_timeout] specify the timeout in seconds.
+ # [:resolv_timeout] specify the timeout of hostname resolution in seconds.
639
+ # [:connect_timeout] specify the timeout of conncetion in seconds.
640
+ # [:fast_fallback] enable Happy Eyeballs Version 2 ({RFC 8305}[https://datatracker.ietf.org/doc/html/rfc8305]) algorithm (Enabled by default).
641
642
# If a block is given, the block is called with the socket.
643
# The value of the block is returned.
0 commit comments