|
BCNP 3.2.1
Batched Command Network Protocol
|
UDP transport adapter implementation for POSIX systems. More...
#include "bcnp/transport/udp_posix.h"#include <arpa/inet.h>#include <cerrno>#include <cstring>#include <fcntl.h>#include <iostream>#include <sys/socket.h>#include <unistd.h>Go to the source code of this file.
Namespaces | |
| namespace | bcnp |
UDP transport adapter implementation for POSIX systems.
Provides connectionless BCNP transport over UDP sockets with optional peer locking for security. Supports V3 protocol handshake with schema hash validation for peer pairing.
Definition in file udp_posix.cpp.