Searched refs:maxCalcRecvRate (Results 1 – 1 of 1) sorted by relevance
1006 static const FILLP_UINT32 maxCalcRecvRate = 0; in FillpServerRecvRateAdjustment() local1027 } else if (calcRecvTotalRate < (maxCalcRecvRate * FILLP_FC_SEND_RATE_MULTIPLE_FACTOR)) { in FillpServerRecvRateAdjustment()1029 calcRecvTotalRate = maxCalcRecvRate; in FillpServerRecvRateAdjustment()