LOWEST_ALLOWED_FD

Constant LOWEST_ALLOWED_FD 

Source
pub const LOWEST_ALLOWED_FD: u32 = 10; // 10u32
Expand description

The minimum file descriptor.

Any file descriptor must be greater than this value, otherwise the executor will panic.

This is useful for deprecating file descriptors.