Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1006 static const FILLP_UINT32 maxCalcRecvRate = 0; in FillpServerRecvRateAdjustment() local
1027 } else if (calcRecvTotalRate < (maxCalcRecvRate * FILLP_FC_SEND_RATE_MULTIPLE_FACTOR)) { in FillpServerRecvRateAdjustment()
1029 calcRecvTotalRate = maxCalcRecvRate; in FillpServerRecvRateAdjustment()