xtd 0.2.0
Loading...
Searching...
No Matches

◆ socket_flags

Specifies socket send and receive behaviors. This enumeration has a flags attribute that allows a bitwise combination of its member values.

enum class socket_flags
socket_flags
Specifies socket send and receive behaviors. This enumeration has a flags attribute that allows a bit...
Definition socket_flags.h:30
Header
#include <xtd/net/sockets/socket_flags>
Namespace
xtd::net::sockets
Library
xtd.core
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.