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.
pub const SIOCOUTQ: IoctlReqRead<TcpSocketDevice, int>;
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.