Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_TunStats Struct Reference

Detailed Description

Contains stats regarding the TUN, for use in session stats.

Since
8.0

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

Field Documentation

◆ bufferWaits

uint64_t SpeedifySDK_TunStats::bufferWaits

Number of buffer full waits.

Since
8.0

◆ bytesIn

uint64_t SpeedifySDK_TunStats::bytesIn

Number of bytes read from TUN.

Since
8.0

◆ bytesOut

uint64_t SpeedifySDK_TunStats::bytesOut

Number of bytes written to TUN.

Since
8.0

◆ droppedIncoming

uint64_t SpeedifySDK_TunStats::droppedIncoming

Number of incoming packets dropped.

Since
8.0

◆ packetsIn

uint64_t SpeedifySDK_TunStats::packetsIn

Number of packets read from TUN.

Since
8.0

◆ packetsOut

uint64_t SpeedifySDK_TunStats::packetsOut

Number of packets written to TUN.

Since
8.0

◆ packetWaits

uint64_t SpeedifySDK_TunStats::packetWaits

Number of packet pool waits.

Since
8.0

◆ readQueue

uint64_t SpeedifySDK_TunStats::readQueue

Size of the read queue.

Since
8.0

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