Specifies socket send and receive behaviors. This enumeration has a flags attribute that allows a bitwise combination of its member values.
Enumerator |
---|
none | Use no flags for this call.
|
out_of_band | Process out-of-band data.
|
peek | Peek at the incoming message.
|
dont_route | Send without using routing tables.
|
max_io_vector_length | Provides a standard value for the number of WSABUF structures that are used to send and receive data.
|
truncated | The message was too large to fit into the specified buffer and was truncated.
|
control_data_truncated | Indicates that the control data did not fit into an internal 64-KB buffer and was truncated.
|
broadcast | Indicates a broadcast packet.
|
multicast | Indicates a multicast packet.
|
partial | Partial send or receive for message.
|