Constant netlink_packet_sock_diag::constants::SOCK_SEQPACKET[][src]

pub const SOCK_SEQPACKET: u8 = libc::SOCK_SEQPACKET as u8; // 0x05u8
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.