[][src]Function palaver::socket::unsent

pub fn unsent(fd: RawFd) -> usize

Count of bytes that have been written to a socket, but have yet to be acked by the remote end. Works on Android, Linux, macOS, iOS, FreeBSD and NetBSD, returns 0 on others.