xtd 0.2.0
Loading...
Searching...
No Matches
socket option level

Definition

socket option level definitions.

Warning
Internal use only

Variables

constexpr int32_t SOCKET_OPTION_LEVEL_SOCKET
 Socket options apply to all sockets.
 
constexpr int32_t SOCKET_OPTION_LEVEL_IP
 Socket options apply only to IP sockets.
 
constexpr int32_t SOCKET_OPTION_LEVEL_IP_V6
 Socket options apply only to IPv6 sockets.
 
constexpr int32_t SOCKET_OPTION_LEVEL_TCP
 Socket options apply only to TCP sockets.
 
constexpr int32_t SOCKET_OPTION_LEVEL_UDP
 Socket options apply only to UDP sockets.
 

Variable Documentation

◆ SOCKET_OPTION_LEVEL_SOCKET

constexpr int32_t SOCKET_OPTION_LEVEL_SOCKET
constexpr

#include <xtd.core.native/include/xtd/native/socket_option_level_constants.h>

Socket options apply to all sockets.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ SOCKET_OPTION_LEVEL_IP

constexpr int32_t SOCKET_OPTION_LEVEL_IP
constexpr

#include <xtd.core.native/include/xtd/native/socket_option_level_constants.h>

Socket options apply only to IP sockets.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ SOCKET_OPTION_LEVEL_IP_V6

constexpr int32_t SOCKET_OPTION_LEVEL_IP_V6
constexpr

#include <xtd.core.native/include/xtd/native/socket_option_level_constants.h>

Socket options apply only to IPv6 sockets.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ SOCKET_OPTION_LEVEL_TCP

constexpr int32_t SOCKET_OPTION_LEVEL_TCP
constexpr

#include <xtd.core.native/include/xtd/native/socket_option_level_constants.h>

Socket options apply only to TCP sockets.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ SOCKET_OPTION_LEVEL_UDP

constexpr int32_t SOCKET_OPTION_LEVEL_UDP
constexpr

#include <xtd.core.native/include/xtd/native/socket_option_level_constants.h>

Socket options apply only to UDP sockets.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only