Home
last modified time | relevance | path

Searched refs:sendRateIncreaseGainIndex (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.c69 alg->sendRateIncreaseGainIndex = 0; in FillpAlg0FlowControlInit()
169 alg->sendRateIncreaseGainIndex++; in FillpAlg0FcHandleInit()
170 if ((alg->sendRateIncreaseGainIndex < FILLP_FC_RTT_PACK_RATIO) && (pack->rate == 0)) { in FillpAlg0FcHandleInit()
186 FILLP_GET_SOCKET(pcb)->index, alg->maxRecvRate, alg->sendRateIncreaseGainIndex); in FillpAlg0FcHandleInit()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_flow_control_alg0.h51 FILLP_UINT8 sendRateIncreaseGainIndex; member