Skip to main content

socklen_t

Type Alias socklen_t 

Source
pub type socklen_t = u32;
Expand description

An integer type of at least 32bits width.

Used in various length representations relating to sockets.