TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
Loading...
Searching...
No Matches
tec::SocketServerNd< TParams >::DataInOut Struct Reference

Container carrying context for one request/response cycle. More...

#include <tec_socket_server_nd.hpp>

Public Attributes

Statusstatus
 [in/out] current operation status — can be modified by handler
 
SocketNdsock
 [in] connection to the client
 
NetDatand_in
 [in] received and already uncompressed message
 
NetDatand_out
 [out] message to be sent back (usually filled by handler)
 

Detailed Description

template<typename TParams>
struct tec::SocketServerNd< TParams >::DataInOut

Container carrying context for one request/response cycle.


The documentation for this struct was generated from the following file: