Searched refs:maxCalcSendRate (Results 1 – 1 of 1) sorted by relevance
1058 static const FILLP_UINT32 maxCalcSendRate = 0; in FillpServerSendRateAdjustment() local1079 } else if (calcSendTotalRate < (maxCalcSendRate * FILLP_FC_SEND_RATE_MULTIPLE_FACTOR)) { in FillpServerSendRateAdjustment()1080 calcSendTotalRate = maxCalcSendRate; in FillpServerSendRateAdjustment()