Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/core/
H A Dnstackx_congestion.c130 uint32_t sendRateOri = in GetWlanConngestSendRate() local
134 *sendRateResult = (uint16_t)(sendRateOri * MB_SIZE / (mtu + GetProtocolHead()) * in GetWlanConngestSendRate()
153 uint32_t sendRateOri = speedTX * thetaTx / WIFI_THETA_ACCURACY; in GetP2pCongestSendRate() local
157 …(uint16_t)(sendRateOri * MB_SIZE / (uint32_t)mtu * DATA_FRAME_SEND_INTERVAL_MS / MS_NUM_PER_SECOND… in GetP2pCongestSendRate()