SOCK_RDM top-level constant

  1. @Deprecated('Use WINSOCK_SOCKET_TYPE.SOCK_RDM instead')
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

@Deprecated('Use WINSOCK_SOCKET_TYPE.SOCK_RDM instead')
const SOCK_RDM = 4;