Speedify SDK for Desktop/Embedded  15.0.1
Data Fields
SpeedifySDK_DscpStats Struct Reference

Detailed Description

Contains stats for a defined DSCP queue.

Since
15.0

#include <types.h>

Data Fields

uint8_t dscp
 dscp value for this queue More...
 
uint64_t bytesReceived
 bytes received through this queue More...
 
uint64_t bytesSent
 bytes sent through this queue More...
 
double sendBps
 bits per second sent through this queue. More...
 
double receiveBps
 bits per second received through this queue More...
 
uint64_t transportBytesReceived
 bytes received through this queue on transport connections, includes retransmissions and redundancy More...
 
uint64_t transportBytesSent
 bytes sent through this queue on transport connections, includes retransmissions and redundancy More...
 
double transportSendBps
 bits per second sent through this queue on transport connections, includes retransmissions and redundancy More...
 
double transportReceiveBps
 bits per second received through this queue on transport connections, includes retransmissions and redundancy More...
 

Field Documentation

◆ bytesReceived

uint64_t SpeedifySDK_DscpStats::bytesReceived

bytes received through this queue

Since
15.0

◆ bytesSent

uint64_t SpeedifySDK_DscpStats::bytesSent

bytes sent through this queue

Since
15.0

◆ dscp

uint8_t SpeedifySDK_DscpStats::dscp

dscp value for this queue

Since
15.0

◆ receiveBps

double SpeedifySDK_DscpStats::receiveBps

bits per second received through this queue

Since
15.0

◆ sendBps

double SpeedifySDK_DscpStats::sendBps

bits per second sent through this queue.

Since
15.0

◆ transportBytesReceived

uint64_t SpeedifySDK_DscpStats::transportBytesReceived

bytes received through this queue on transport connections, includes retransmissions and redundancy

Since
15.0

◆ transportBytesSent

uint64_t SpeedifySDK_DscpStats::transportBytesSent

bytes sent through this queue on transport connections, includes retransmissions and redundancy

Since
15.0

◆ transportReceiveBps

double SpeedifySDK_DscpStats::transportReceiveBps

bits per second received through this queue on transport connections, includes retransmissions and redundancy

Since
15.0

◆ transportSendBps

double SpeedifySDK_DscpStats::transportSendBps

bits per second sent through this queue on transport connections, includes retransmissions and redundancy

Since
15.0

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