SOCK_RDM top-level constant

int const SOCK_RDM

Reliably-delivered message.

A socket type that provides a reliable message datagram. An example of this type is the Pragmatic General Multicast (PGM) multicast protocol implementation in Windows, often referred to as reliable multicast programming.

Implementation

const SOCK_RDM = 4;