Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/core/
H A Dnstackx_congestion.c95 static inline uint32_t GetThetaByLinkSpeed(uint32_t speedByte, uint32_t mtu) in GetThetaByLinkSpeed() argument
97 uint32_t assembleNum = GetAssembleNumByBitrate(speedByte * BITINBYTE); in GetThetaByLinkSpeed()
99 …uint32_t allSize = (GetWifiNonDataPacketConsumeTime() * speedByte + (PACKET_HEAD_BYTES + mtu) * as… in GetThetaByLinkSpeed()