|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Protocol tag for UDP transport. More...
#include <protocol_tags.h>

Static Public Attributes | |
| static constexpr std::string_view | name {"udp"} |
| static constexpr bool | is_connection_oriented = false |
| static constexpr bool | is_reliable = false |
Protocol tag for UDP transport.
Represents the User Datagram Protocol (UDP), a connectionless protocol that provides fast, unreliable delivery of individual datagrams.
Definition at line 60 of file protocol_tags.h.
|
staticconstexpr |
Definition at line 62 of file protocol_tags.h.
|
staticconstexpr |
Definition at line 63 of file protocol_tags.h.
|
staticconstexpr |
Definition at line 61 of file protocol_tags.h.