Constant shadow_rs::host::descriptor::descriptor_table::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.