Home
last modified time | relevance | path

Searched refs:maxJudgeThreshold (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c688 pcb->send.tailProtect.maxJudgeThreshold = FILLP_ONE_THIRD_OF_RTT + 1; in FillpAjustTlpParameterByRtt()
692 pcb->send.tailProtect.maxJudgeThreshold = FILLP_ONE_THIRD_OF_RTT; in FillpAjustTlpParameterByRtt()
695 pcb->send.tailProtect.maxJudgeThreshold = FILLP_ONE_THIRD_OF_RTT + 1; in FillpAjustTlpParameterByRtt()
700 pcb->send.tailProtect.maxJudgeThreshold = FILLP_ONE_FOURTH_OF_RTT + 1; in FillpAjustTlpParameterByRtt()
703 pcb->send.tailProtect.maxJudgeThreshold = FILLP_ONE_FIFTH_OF_RTT + 1; in FillpAjustTlpParameterByRtt()
H A Dfillp_flow_control.c224 tailProtect->judgeThreshold = tailProtect->maxJudgeThreshold; in FillpFcTailProtected()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h119 FILLP_UINT8 maxJudgeThreshold; member