Type Definition os_socketaddr::socklen_t

source ·
pub type socklen_t = u32;
Expand description

Portable re-export of socklen_t

Uses winapi::um::ws2tcpip::socklen_t on windows and libc::socklen_t on other systems.