pub const TCP_NODELAY: c_int = 1;Expand description
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/netinet_tcp.h.html.
Avoid coalescing of small segments.
pub const TCP_NODELAY: c_int = 1;See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/netinet_tcp.h.html.
Avoid coalescing of small segments.