Expand description
Implement the default transport, which opens TCP connections using a happy-eyeballs style parallel algorithm.
Structsยง
- Default
Transport ๐ - A default transport object that opens TCP connections for a
ChannelMethod::Direct.
Staticsยง
- CONNECTION_
DELAY ๐ - Time to wait between starting parallel connections to the same relay.
Functionsยง
- connect_
to_ ๐one - Connect to one of the addresses in
addrsby running connections in parallel until one works.