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
One should probably disable the Nagle algorithm (TCP_NODELAY).
There should also be an option to enable TCP keep alives (SO_KEEPALIVE). Alternatively, one could provide an access to the underlying file descriptor.
The text was updated successfully, but these errors were encountered:
One should probably disable the Nagle algorithm (
TCP_NODELAY
).There should also be an option to enable TCP keep alives (
SO_KEEPALIVE
). Alternatively, one could provide an access to the underlying file descriptor.The text was updated successfully, but these errors were encountered: