Net++
A class-based C++ encapsulation over the POSIX Sockets API
Loading...
Searching...
No Matches
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