Bugzilla – Bug 2223
Incorrect ACK timeout
Last modified: 2015-11-20 06:00:50 UTC
In the 802.11-2012 standard the ACK timeout value is calculated as (measured from txend): aSIFSTime + aSlotTime + aPHY-RX-START-Delay In the current implementation the ACK timeout value is calculated as (see WifiMac::Configure80211* and MacLow::StartDataTxTimers): normal: sifs + acktx + slot + 2 * propagation fast: pifs = sifs + slot superfast: pifs = sifs + slot It seems to me that all timeouts are different from what the standard says.
Could you please stop opening new threads for bugs that are already existing? Similar issues are being discussed in bug 761, you should add your comments to this existing thread. *** This bug has been marked as a duplicate of bug 761 ***