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

Static Public Attributes | |
| static constexpr std::string_view | name {"tcp"} |
| static constexpr bool | is_connection_oriented = true |
| static constexpr bool | is_reliable = true |
Protocol tag for TCP transport.
Represents the Transmission Control Protocol (TCP), a connection-oriented protocol that provides reliable, ordered delivery of data streams.
Definition at line 41 of file protocol_tags.h.
|
staticconstexpr |
Definition at line 43 of file protocol_tags.h.
|
staticconstexpr |
Definition at line 44 of file protocol_tags.h.
|
staticconstexpr |
Definition at line 42 of file protocol_tags.h.