const MAX_SOCKETPAIR_BUFFER_CAPACITY: usize = 212992;
The maximum capacity of the socketpair buffer in bytes. This number is arbitrary as the value can always be configured in the real system.