24 #ifndef PDCOM5_CLIENTSTATISTICS_H 25 #define PDCOM5_CLIENTSTATISTICS_H 54 #endif // PDCOM5_CLIENTSTATISTICS_H std::string name_
Text as specified using the name attribute in <remote_host/>.
Definition: ClientStatistics.h:40
std::size_t received_bytes_
Received bytes.
Definition: ClientStatistics.h:45
Statistics about a connected client.
Definition: ClientStatistics.h:38
std::chrono::nanoseconds connected_time_
Time when client connected.
Definition: ClientStatistics.h:47
std::size_t sent_bytes_
Transmitted bytes.
Definition: ClientStatistics.h:46
std::string application_name_
Text as specified using the applicationname attribute in <remote_host/>.
Definition: ClientStatistics.h:42
Definition: ClientStatistics.h:31