Method lrs::socket::Socket::pending_output

Retrieves the amount of data not yet successfully sent.

Syntax

impl Socket {
    fn pending_output(&self) -> Result<usize, Errno>
}

Return value

Returns the number of bytes stored in the kernel for sending.

See also