Skip to main content

FD_SETSIZE

Constant FD_SETSIZE 

Source
pub const FD_SETSIZE: usize = 1024;
Expand description

See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_select.h.html.

Maximum number of file descriptors in an fd_set structure. cbindgen:ignore