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

recv

Function recv 

Source
pub unsafe extern "C" fn recv(
    socket: c_int,
    buf: *mut c_void,
    len: size_t,
    flags: c_int,
) -> ssize_t