#include <cstdint>
Contains socket option level constants.
Go to the source code of this file.
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. | |