pub type SocketAddrLen = u32;
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.
usize