Type Alias SocketAddrLen

Source
pub type SocketAddrLen = u32;
Expand description

A type for the length of a socket address.

This type will always be big enough to hold any socket address, but never bigger than usize.