Skip to main content

MAX_FDS_PER_FRAME

Constant MAX_FDS_PER_FRAME 

Source
pub const MAX_FDS_PER_FRAME: usize = 240;
Expand description

Our enforced per-frame fd cap.

Kept safely below the hard kernel limit of 253 fds per sendmsg(SCM_RIGHTS) call. Every transport frame carries at most this many fds.