socklen_t

Type Alias 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.