Home
last modified time | relevance | path

Searched refs:maxRateAllowed (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.c38 } else if (flowControl->sendRate > alg->maxRateAllowed) { in FillpAlg0CalSendInterval()
39 flowControl->sendRate = alg->maxRateAllowed; in FillpAlg0CalSendInterval()
67 alg->maxRateAllowed = FILLP_GET_SOCKET(pcb)->resConf.flowControl.maxRate; in FillpAlg0FlowControlInit()
210 FILLP_UINT32 maxRateAllowed; in FillpAlg0PackStateProcess() local
214 maxRateAllowed = FILLP_GET_SOCKET(pcb)->resConf.flowControl.maxRate; in FillpAlg0PackStateProcess()
216 (pack->oppositeSetRate < maxRateAllowed)) { in FillpAlg0PackStateProcess()
217 alg->maxRateAllowed = pack->oppositeSetRate; in FillpAlg0PackStateProcess()
219 alg->maxRateAllowed = maxRateAllowed; in FillpAlg0PackStateProcess()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_flow_control_alg0.h47 FILLP_UINT32 maxRateAllowed; member