Function posish::net::send[][src]

pub fn send<'f, Fd: AsFd<'f>>(
    fd: Fd,
    buf: &[u8],
    flags: SendFlags
) -> Result<usize>
Expand description

send(fd, buf.ptr(), buf.len(), flags)