Constant libc::UDP_SEGMENT
pub const UDP_SEGMENT: ::c_int = 103;
The portability is definied by:
#[cfg(all(not(target_env = "uclibc"), not(any())))]
pub const UDP_SEGMENT: ::c_int = 103;
#[cfg(all(not(target_env = "uclibc"), not(any())))]