Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

connect

Function connect 

Source
pub unsafe extern "C" fn connect(
    socket: c_int,
    address: *const sockaddr,
    len: socklen_t,
) -> c_int