pub fn connect(fd: RawFd, addr: &SockAddr) -> Result<()>
Initiate a connection on a socket
Further reading