Constant miri::shims::unix::unnamed_socket::MAX_SOCKETPAIR_BUFFER_CAPACITY

source ยท
const MAX_SOCKETPAIR_BUFFER_CAPACITY: usize = 212992;
Expand description

The maximum capacity of the socketpair buffer in bytes. This number is arbitrary as the value can always be configured in the real system.