SocketFlags

SocketFlags enum

Provides constant values for the socket messages.

enum class SocketFlags

Values

NameValueDescription
None0There are no flags used for this call.
OutOfBand1The out-of-band data is being processed.
Peek2Peek at an incoming message.
DontRoute4Send a message without using routing tables.
Truncated256A message is too large to fit into the specified buffer. It has been truncated.
ControlDataTruncated512The control data is greater than 64 KB and doesn’t fit into the internal buffer. It has been truncated.
Broadcast1024A broadcast packet.
Multicast2048A multicast packet.
Partial32768A message sent or received partially.

See Also