Home
last modified time | relevance | path

Searched refs:judgeThreshold (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control_alg0.c105 pcb->send.tailProtect.judgeThreshold = FILLP_ONE_FIFTH_OF_RTT; in FillpAlg0FcInit()
168 pcb->send.tailProtect.judgeThreshold = FILLP_ONE_FIFTH_OF_RTT; in FillpAlg0FcHandleInit()
183 pcb->send.tailProtect.judgeThreshold = pcb->send.tailProtect.minJudgeThreshold; in FillpAlg0FcHandleInit()
H A Dfillp_flow_control.c218 if (tailProtect->samePackCount >= tailProtect->judgeThreshold) { in FillpFcTailProtected()
221 … FILLP_GET_SOCKET(pcb)->index, tailProtect->judgeThreshold, infBytes, infCap, in FillpFcTailProtected()
224 tailProtect->judgeThreshold = tailProtect->maxJudgeThreshold; in FillpFcTailProtected()
228 pcb->send.tailProtect.judgeThreshold = tailProtect->minJudgeThreshold; in FillpFcTailProtected()
H A Dfillp_common.c706 pcb->send.tailProtect.judgeThreshold = pcb->send.tailProtect.minJudgeThreshold; in FillpAjustTlpParameterByRtt()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h117 FILLP_UINT8 judgeThreshold; member