Ironclad features standard POSIX-like pipes, they are created using see pipe.
The standard size of pipes is 10 architectural pages. This size can be modified
using the following fcntl
calls.
#define F_GETPIPE_SZ 7 // Get the size in bytes. #define F_SETPIPE_SZ 8 // Set the size in bytes.