pub(crate) fn set_tcp_notsent_lowat<S: AsRawFd>( sock: &S, notsent_lowat: u32, ) -> Result<()>
Helper for implementing set_tcp_notsent_lowat.
set_tcp_notsent_lowat
Only implemented on Linux. Returns an error on all other platforms.