#include <RawSocket.hpp>
Public Attributes | |
size_t | sentBytes |
Number of bytes written to socket. | |
size_t | receivedBytes |
Number of bytes read from socket. | |
double | processingTime |
Total execution time in nanoseconds. | |
Stats produced by RawSocket
Definition at line 10 of file RawSocket.hpp.
double RawSocketStats::processingTime |
Total execution time in nanoseconds.
Definition at line 16 of file RawSocket.hpp.
size_t RawSocketStats::receivedBytes |
Number of bytes read from socket.
Definition at line 14 of file RawSocket.hpp.
size_t RawSocketStats::sentBytes |
Number of bytes written to socket.
Definition at line 12 of file RawSocket.hpp.