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