|
BCNP 3.2.1
Batched Command Network Protocol
|
TCP transport adapter implementation for POSIX systems. More...
#include "bcnp/transport/tcp_posix.h"#include <algorithm>#include <arpa/inet.h>#include <cerrno>#include <chrono>#include <cstring>#include <fcntl.h>#include <iostream>#include <netinet/tcp.h>#include <sys/socket.h>#include <unistd.h>Go to the source code of this file.
Namespaces | |
| namespace | bcnp |
TCP transport adapter implementation for POSIX systems.
Provides reliable, stream-oriented BCNP transport over TCP sockets. Supports both server mode (listen/accept) and client mode (connect) with automatic reconnection, non-blocking I/O, and V3 schema handshake validation.
Definition in file tcp_posix.cpp.