socket option level definitions.
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. | |
|
constexpr |
#include <xtd.core.native/include/xtd/native/socket_option_level_constants.h>
Socket options apply to all sockets.
|
constexpr |
#include <xtd.core.native/include/xtd/native/socket_option_level_constants.h>
Socket options apply only to IP sockets.
|
constexpr |
#include <xtd.core.native/include/xtd/native/socket_option_level_constants.h>
Socket options apply only to IPv6 sockets.
|
constexpr |
#include <xtd.core.native/include/xtd/native/socket_option_level_constants.h>
Socket options apply only to TCP sockets.
|
constexpr |
#include <xtd.core.native/include/xtd/native/socket_option_level_constants.h>
Socket options apply only to UDP sockets.