You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux, the net package can now use Multipath TCP
when the kernel supports it. It is not used by default.
To use Multipath TCP when available on a client, call the `Dialer.SetMultipathTCP` method before calling
the `Dialer.Dial` or `Dialer.DialContext` methods.
To use Multipath TCP when available on a server, call the `ListenConfig.SetMultipathTCP` method
before calling the `ListenConfig.Listen` method.
Specify the network as "tcp" or "tcp4" or "tcp6" as usual.
In the issue,
rsc
said;We should see if we can send a patch upstream to make it opt-out
The text was updated successfully, but these errors were encountered: