miri::shims::unix::unnamed_socket

Constant 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.