C++ Actor Framework 0.19
|
Bundles protocol information for network and transport layer communication. More...
#include <protocol.hpp>
Public Types | |
enum | network { ipv4 , ipv6 } |
Denotes a network protocol, i.e., IPv4 or IPv6. | |
enum | transport { tcp , udp } |
Denotes a transport protocol, i.e., TCP or UDP. | |
Public Attributes | |
transport | trans |
network | net |
Bundles protocol information for network and transport layer communication.