Home
last modified time | relevance | path

Searched refs:historyMaxRecvRateIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control_alg0.c47 FillpUpdateRecvRateSample(&alg->historyMaxRecvRate, recvRate, alg->historyMaxRecvRateIndex); in FillpAlg0UpdateMaxRecvRate()
48 alg->historyMaxRecvRateIndex = alg->historyMaxRecvRateIndex + 1; in FillpAlg0UpdateMaxRecvRate()
49 alg->historyMaxRecvRateIndex %= FILLP_FC0_PROBE_HISTORY_PACK_MAX_RATE_NUM; in FillpAlg0UpdateMaxRecvRate()
59 alg->historyMaxRecvRateIndex = 0; in FillpAlg0FlowControlInit()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_flow_control_alg0.h49 FILLP_UINT8 historyMaxRecvRateIndex; member