SOCK_SEQPACKET

Constant SOCK_SEQPACKET 

Source
pub const SOCK_SEQPACKET: u8 = _; // 5u8
Expand 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.