Home
last modified time | relevance | path

Searched defs:FillpFlowControlAlg0 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_flow_control_alg0.h44 struct FillpFlowControlAlg0 { struct
45 struct FillpFlowControl *flowControl;
46 FILLP_UINT32 maxRecvRate; /* kbps */
47 FILLP_UINT32 maxRateAllowed;
48 FILLP_UINT8 fcState; /* is rate detecting or stable */
49 FILLP_UINT8 historyMaxRecvRateIndex;
50 struct FillpMaxRateSample historyMaxRecvRate; /* State for the parameterized max tracker */
51 FILLP_UINT8 sendRateIncreaseGainIndex;
52 FILLP_UINT32 packDeltaUsArrayIndex;
53 FILLP_UINT32 packDeltaUsArray[FILLP_FC0_PACK_RECV_INTERVAL_SAMPLE_NUM];