![]() |
Speedify SDK for Desktop/Embedded 15.5.0
|
Contains stats regarding the TUN, for use in session stats. More...
#include <types.h>
Data Fields | |
uint64_t | packetsIn |
Number of packets read from TUN. | |
uint64_t | packetsOut |
Number of packets written to TUN. | |
uint64_t | bytesIn |
Number of bytes read from TUN. | |
uint64_t | bytesOut |
Number of bytes written to TUN. | |
uint64_t | bufferWaits |
Number of buffer full waits. | |
uint64_t | packetWaits |
Number of packet pool waits. | |
uint64_t | readQueue |
Size of the read queue. | |
uint64_t | droppedIncoming |
Number of incoming packets dropped. | |
Contains stats regarding the TUN, for use in session stats.
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.