Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1058 static const FILLP_UINT32 maxCalcSendRate = 0; in FillpServerSendRateAdjustment() local
1079 } else if (calcSendTotalRate < (maxCalcSendRate * FILLP_FC_SEND_RATE_MULTIPLE_FACTOR)) { in FillpServerSendRateAdjustment()
1080 calcSendTotalRate = maxCalcSendRate; in FillpServerSendRateAdjustment()