Repo-Init
 
Loading...
Searching...
No Matches
RawSocketStats Struct Reference

#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.
 

Detailed Description

Stats produced by RawSocket

Definition at line 10 of file RawSocket.hpp.

Member Data Documentation

◆ processingTime

double RawSocketStats::processingTime

Total execution time in nanoseconds.

Definition at line 16 of file RawSocket.hpp.

◆ receivedBytes

size_t RawSocketStats::receivedBytes

Number of bytes read from socket.

Definition at line 14 of file RawSocket.hpp.

◆ sentBytes

size_t RawSocketStats::sentBytes

Number of bytes written to socket.

Definition at line 12 of file RawSocket.hpp.


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