Constant SIOCOUTQ

Source
pub const SIOCOUTQ: IoctlReqRead<TcpSocketDevice, int>;
Expand description

Returns the amount of unsent data in the socket send queue.

The socket must not be in listen state, otherwise an error (EINVAL) is returned.