Constant TCP_NODELAY
pub const TCP_NODELAY: i32 = 1;
Available on crate feature
dep_nc
only.Expand description
TCP socket options Turn off Nagle’s algorithm.
pub const TCP_NODELAY: i32 = 1;
dep_nc
only.TCP socket options Turn off Nagle’s algorithm.