Skip to content

wifi: Add randomness to 11be Multi-Link Operations

Stefano Avallone requested to merge stavallo/ns-3-dev:randomize-mlo into master

"Unblocking" links always in the same deterministic order may lead to unequal (and unrealistic) link load allocation. Randomize the order in which links are unblocked and the order in which channel access is requested in order to avoid this issue.

Merge request reports