|
Bugzilla – Full Text Bug Listing |
| Summary: | Missing NotifyAckTimeoutStartNow in MacLow::StartDataTxTimers | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | Daniel L. <nikkipui> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch | ||
pushed in 2198f9c998cc |
Created attachment 1869 [details] patch In MacLow::StartDataTxTimers, when a block ACK timeout is started, it is not notified through NotifyAckTimeoutStartNow. In that case, if the block ACK timeout fires, the station does not wait for a DIFS duration before the retransmission. I provide a patch in attachment to correct this bug.