Skip to main content

connect

Function connect 

Source
pub unsafe fn connect(
    sockfd: int,
    addr: *const sockaddr,
    addrlen: socklen_t,
) -> Result<int>
Expand description

Initiate a connection on a socket.