Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_HandlerStats Struct Reference

Detailed Description

Contains stats regarding the packet handler, for use in session stats.

Since
8.0

#include <types.h>

Data Fields

uint64_t packetsIn
 Number of packets going into packethandler (upload) More...
 
uint64_t packetsOut
 Number of packets leaving packethandler (download) More...
 
uint64_t bytesIn
 Number of bytes going into packethandler (upload) More...
 
uint64_t bytesOut
 Number of bytes leaving packethandler (download) More...
 
uint64_t retries
 Number of packets retries. More...
 

Field Documentation

◆ bytesIn

uint64_t SpeedifySDK_HandlerStats::bytesIn

Number of bytes going into packethandler (upload)

Since
8.0

◆ bytesOut

uint64_t SpeedifySDK_HandlerStats::bytesOut

Number of bytes leaving packethandler (download)

Since
8.0

◆ packetsIn

uint64_t SpeedifySDK_HandlerStats::packetsIn

Number of packets going into packethandler (upload)

Since
8.0

◆ packetsOut

uint64_t SpeedifySDK_HandlerStats::packetsOut

Number of packets leaving packethandler (download)

Since
8.0

◆ retries

uint64_t SpeedifySDK_HandlerStats::retries

Number of packets retries.

Since
8.0

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