SOCK_SEQPACKET top-level constant
int
const SOCK_SEQPACKET
Sequenced packet stream.
A socket type that provides a pseudo-stream packet based on datagrams.
Implementation
const SOCK_SEQPACKET = 5;