Remembers both in- and outbound traffic events on the socket. More...
#include <MessageConnection.h>
Public Attributes | |
| tick_t | tick |
| Denotes when this event occurred. | |
| unsigned long | packetsIn |
| The number of datagrams in when this event occurred. | |
| unsigned long | packetsOut |
| The number of datagrams out when this event occurred. | |
| unsigned long | messagesIn |
| The total number of messages the received datagrams contained. | |
| unsigned long | messagesOut |
| The total number of messages the sent datagrams contained. | |
| unsigned long | bytesIn |
| The total number of bytes the received datagrams contained. | |
| unsigned long | bytesOut |
| The total number of bytes the sent datagrams contained. | |
Remembers both in- and outbound traffic events on the socket.
1.7.1