![]() |
Speedify SDK for Desktop/Embedded 16.0.2
|
Contains stats for a defined DSCP queue. More...
#include <types.h>
Data Fields | |
| uint8_t | dscp |
| dscp value for this queue | |
| uint64_t | bytesReceived |
| bytes received through this queue | |
| uint64_t | bytesSent |
| bytes sent through this queue | |
| double | sendBps |
| bits per second sent through this queue. | |
| double | receiveBps |
| bits per second received through this queue | |
| uint64_t | transportBytesReceived |
| bytes received through this queue on transport connections, includes retransmissions and redundancy | |
| uint64_t | transportBytesSent |
| bytes sent through this queue on transport connections, includes retransmissions and redundancy | |
| double | transportSendBps |
| bits per second sent through this queue on transport connections, includes retransmissions and redundancy | |
| double | transportReceiveBps |
| bits per second received through this queue on transport connections, includes retransmissions and redundancy | |
Contains stats for a defined DSCP queue.
| 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