userver: websocket::Statistics Struct Reference
Loading...
Searching...
No Matches
websocket::Statistics Struct Referencefinal

Detailed Description

Definition at line 28 of file connection.hpp.

Public Attributes

std::atomic< int64_t > msg_sent {0}
 
std::atomic< int64_t > msg_recv {0}
 
std::atomic< int64_t > bytes_sent {0}
 
std::atomic< int64_t > bytes_recv {0}
 

Member Data Documentation

◆ bytes_recv

std::atomic<int64_t> websocket::Statistics::bytes_recv {0}

Definition at line 32 of file connection.hpp.

◆ bytes_sent

std::atomic<int64_t> websocket::Statistics::bytes_sent {0}

Definition at line 31 of file connection.hpp.

◆ msg_recv

std::atomic<int64_t> websocket::Statistics::msg_recv {0}

Definition at line 30 of file connection.hpp.

◆ msg_sent

std::atomic<int64_t> websocket::Statistics::msg_sent {0}

Definition at line 29 of file connection.hpp.


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