|
Bugzilla – Full Text Bug Listing |
| Summary: | Decision to enable RTS/CTS handshake for A-MPDUs should be based on the comparison between RtsCtsThreshold and the total A-MPDU size | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | proposed changes | ||
I plan to deliver those changes in the short term since the fix is quite obvious and was already agreed upfront by Ghada. pushed in changeset 11853:dfae11557a03 |
Created attachment 2243 [details] proposed changes According to the standard,the RTS threshold should apply to the PSDU, so the check should be moved to MacLow so that it compares the threshold against the total A-MPDU size. Furthermore, the description provided in the attribute should be adapted. Note that the description for the fragmentation threshold attribute should specify that it does not apply to A-MPDU (but this is already OK with the current implementation).