Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_flow_control_alg0.h30 #define FILLP_FC0_PACK_RECV_INTERVAL_SAMPLE_NUM 20 /* num of the interval in two adjacent PACK re… macro
53 FILLP_UINT32 packDeltaUsArray[FILLP_FC0_PACK_RECV_INTERVAL_SAMPLE_NUM];
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control_alg0.c72 for (i = 0; i < FILLP_FC0_PACK_RECV_INTERVAL_SAMPLE_NUM; i++) { in FillpAlg0FlowControlInit()
152 alg->packDeltaUsArrayIndex %= FILLP_FC0_PACK_RECV_INTERVAL_SAMPLE_NUM; in FillpAlg0CalMaxPackRcvInterval()