Speedify SDK for Desktop/Embedded
15.0.1
|
Contains stats regarding the packet handler, for use in session stats.
#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... | |
uint64_t SpeedifySDK_HandlerStats::bytesIn |
Number of bytes going into packethandler (upload)
uint64_t SpeedifySDK_HandlerStats::bytesOut |
Number of bytes leaving packethandler (download)
uint64_t SpeedifySDK_HandlerStats::packetsIn |
Number of packets going into packethandler (upload)
uint64_t SpeedifySDK_HandlerStats::packetsOut |
Number of packets leaving packethandler (download)
uint64_t SpeedifySDK_HandlerStats::retries |
Number of packets retries.