Constant FD_MAX

Source
pub const FD_MAX: u32 = _; // 2_147_483_647u32
Expand description

POSIX requires fds to be assigned as libc::c_int, so we can’t allow any fds larger than this.