Function nix::sys::socket::connect[][src]

pub fn connect(fd: RawFd, addr: &SockAddr) -> Result<()>
Expand description

Initiate a connection on a socket

Further reading