pub const SOCK_SEQPACKET: u8 = _; // 5u8Expand description
Provides a sequenced, reliable, two-way connection-based data transmission path for datagrams of fixed maximum length; a consumer is required to read an entire packet with each input system call.