Speedify SDK for Desktop/Embedded
15.0.1
|
Contains stats regarding the TUN, for use in session stats.
#include <types.h>
Data Fields | |
uint64_t | packetsIn |
Number of packets read from TUN. More... | |
uint64_t | packetsOut |
Number of packets written to TUN. More... | |
uint64_t | bytesIn |
Number of bytes read from TUN. More... | |
uint64_t | bytesOut |
Number of bytes written to TUN. More... | |
uint64_t | bufferWaits |
Number of buffer full waits. More... | |
uint64_t | packetWaits |
Number of packet pool waits. More... | |
uint64_t | readQueue |
Size of the read queue. More... | |
uint64_t | droppedIncoming |
Number of incoming packets dropped. More... | |
uint64_t SpeedifySDK_TunStats::bufferWaits |
Number of buffer full waits.
uint64_t SpeedifySDK_TunStats::bytesIn |
Number of bytes read from TUN.
uint64_t SpeedifySDK_TunStats::bytesOut |
Number of bytes written to TUN.
uint64_t SpeedifySDK_TunStats::droppedIncoming |
Number of incoming packets dropped.
uint64_t SpeedifySDK_TunStats::packetsIn |
Number of packets read from TUN.
uint64_t SpeedifySDK_TunStats::packetsOut |
Number of packets written to TUN.
uint64_t SpeedifySDK_TunStats::packetWaits |
Number of packet pool waits.
uint64_t SpeedifySDK_TunStats::readQueue |
Size of the read queue.