Bug 2223 - Incorrect ACK timeout
Incorrect ACK timeout
Status: RESOLVED DUPLICATE of bug 761
Product: ns-3
Classification: Unclassified
Component: wifi
ns-3.24
All All
: P5 normal
Assigned To: sebastien.deronne
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-11-20 05:56 UTC by levente.meszaros
Modified: 2015-11-20 06:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description levente.meszaros 2015-11-20 05:56:04 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.
Comment 1 sebastien.deronne 2015-11-20 06:00:50 UTC
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 ***