Skip to content

wifi: remove BlockAckAgreement::SetWinEnd

Alexander Krotov requested to merge alx.k/ns-3-dev:remove-set-win-end into master

Window end is a function of the starting sequence and buffer size, so it can be calculated directly by the BlockAckAgreement object.

Merge request reports