TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
Loading...
Searching...
No Matches
net Directory Reference

Files

 tec_compression.hpp
 Compression parameters.
 
 tec_nd_compress.hpp
 Compression wrapper for NetData objects with pluggable backends.
 
 tec_nd_types.hpp
 Core type definitions and metadata for a lightweight binary serialization format.
 
 tec_net_data.hpp
 Lightweight binary serialization optimized for network communication.
 
 tec_socket.hpp
 Generic BSD socket parameters and helpers.
 
 tec_socket_client.hpp
 Definition of the SocketClient class template.
 
 tec_socket_client_nd.hpp
 Definition of the SocketClientNd class template.
 
 tec_socket_nd.hpp
 NetData BSD socket operations.
 
 tec_socket_server.hpp
 Generic BSD socket server template using actor pattern with configurable parameters.
 
 tec_socket_server_nd.hpp
 NetData server.
 
 tec_socket_thread_pool.hpp
 Specialized thread pool that maintains one pre-allocated fixed-size buffer per worker thread.