Skip to main content

set_tcp_notsent_lowat

Function set_tcp_notsent_lowat 

Source
pub(crate) fn set_tcp_notsent_lowat<S: AsRawFd>(
    sock: &S,
    notsent_lowat: u32,
) -> Result<()>
Expand description

Helper for implementing set_tcp_notsent_lowat.

Only implemented on Linux. Returns an error on all other platforms.