pub unsafe fn connect( sockfd: int, addr: *const sockaddr, addrlen: socklen_t, ) -> Result<int>
Initiate a connection on a socket.