Net++
A class-based C++ encapsulation over the POSIX Sockets API
Loading...
Searching...
No Matches
Variables
networking::constants::socket_type Namespace Reference
Variables
constexpr int
tcp
= SOCK_STREAM
constexpr int
udp
= SOCK_DGRAM
constexpr int
raw
= SOCK_RAW
Variable Documentation
◆
raw
constexpr int networking::constants::socket_type::raw = SOCK_RAW
constexpr
◆
tcp
constexpr int networking::constants::socket_type::tcp = SOCK_STREAM
constexpr
◆
udp
constexpr int networking::constants::socket_type::udp = SOCK_DGRAM
constexpr
networking
constants
socket_type
Generated by
1.9.8