Speedify SDK for Desktop/Embedded
15.0.1
|
Contains stats for a defined DSCP queue.
#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... | |
uint64_t SpeedifySDK_DscpStats::bytesReceived |
bytes received through this queue
uint64_t SpeedifySDK_DscpStats::bytesSent |
bytes sent through this queue
uint8_t SpeedifySDK_DscpStats::dscp |
dscp value for this queue
double SpeedifySDK_DscpStats::receiveBps |
bits per second received through this queue
double SpeedifySDK_DscpStats::sendBps |
bits per second sent through this queue.
uint64_t SpeedifySDK_DscpStats::transportBytesReceived |
bytes received through this queue on transport connections, includes retransmissions and redundancy
uint64_t SpeedifySDK_DscpStats::transportBytesSent |
bytes sent through this queue on transport connections, includes retransmissions and redundancy
double SpeedifySDK_DscpStats::transportReceiveBps |
bits per second received through this queue on transport connections, includes retransmissions and redundancy
double SpeedifySDK_DscpStats::transportSendBps |
bits per second sent through this queue on transport connections, includes retransmissions and redundancy