Retrieves the amount of data not yet successfully sent.
impl Socket { fn pending_output(&self) -> Result<usize, Errno> }
Returns the number of bytes stored in the kernel for sending.
socket(7) and SIOCOUTQ therein