pub fn connect(fd: i32, addr: &dyn SockaddrLike) -> Result<(), Errno>
Expand description

Initiate a connection on a socket

Further reading