|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include "kcenon/network/detail/protocols/grpc/frame.h"#include <charconv>#include <cstring>#include <sstream>
Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::protocols |
| namespace | kcenon::network::protocols::grpc |
| gRPC protocol implementation | |
Functions | |
| auto | kcenon::network::protocols::grpc::parse_timeout (std::string_view timeout_str) -> uint64_t |
| Parse timeout string (e.g., "10S", "100m", "1000u") | |
| auto | kcenon::network::protocols::grpc::format_timeout (uint64_t timeout_ms) -> std::string |
| Format timeout as gRPC timeout string. | |