IOTC Platform  Ver: 4.3.6.2-0-ge1f616e
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
st_AvStatus Struct Reference

#include <AVServer.h>

Data Fields

uint32_t AvVersion
 
uint16_t RoundTripTime
 
uint16_t LostRate
 
uint16_t BandWidth
 
uint32_t MinRTT
 
uint32_t LastBw
 
uint32_t LastRtt
 
uint32_t LastCwnd
 
uint32_t InFlight
 

Detailed Description

Parameters
AvVersionThe avapi version
RoundTripTimeThe round trip time in milliseconds
LostRateThe packet lost rate (0 ~ 100)
BandWidthThe estimated bandwidth (Kbyte/second)
MinRTTThe minimum round trip time in milliseconds
LastBwThe last estimated bandwidth (Kbyte/second)
LastRttThe last round trip time in milliseconds
LastCwndThe last congestion window in bytes
InFlightThe total non-acked data size in bytes

Field Documentation

uint32_t AvVersion
uint16_t BandWidth
uint32_t InFlight
uint32_t LastBw
uint32_t LastCwnd
uint32_t LastRtt
uint16_t LostRate
uint32_t MinRTT
uint16_t RoundTripTime

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