From d221696824c35fe92f2fe0d20c212bec20e60ff0 Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Mon, 30 Jan 2023 12:46:17 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 1f79c657a..de66c704b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -44,6 +44,7 @@ Changes from ns-3.37 to ns-3.38 ### Changed behavior * (applications) **UdpClient** and **UdpEchoClient** MaxPackets attribute is aligned with other applications, in that the value zero means infinite packets. +* (wifi) Control frames (specifically, BlockAckRequest and MU-BAR Trigger Frames) are stored in the wifi MAC queue and no longer in a dedicated BlockAckManager queue Changes from ns-3.36 to ns-3.37 -------------------------------