Client Data. More...
#include <kqueue_server.hpp>
Public Attributes | |
| std::vector< char > | buffer |
| size_t | total_bytes = 0 |
Client Data.
This struct holds the data for each client connection, including the buffer for incoming data and the total number of bytes received.