From ec58d53764dd7b5a55a90253f3367b681b0fa320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sun, 3 Jun 2018 10:25:18 +0200 Subject: [PATCH] Update CHANGES.html to mention about new wifi classes names --- CHANGES.html | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.html b/CHANGES.html index c6e6e1da4..7d32b4a0c 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -88,6 +88,7 @@ or with a string value with 'b' (bytes) or 'p' (packets) suffix, such as:
  • The Mode and QueueLimit attributes of the RedQueueDisc class, that had been deprecated in favor of the MaxSize attribute in ns-3.28, have now been removed and cannot be used anymore. Likewise, the methods to get/set the old attributes have been removed as well. The GetMaxSize/SetMaxSize methods of the base QueueDisc class must be used instead.
  • Several traffic generating applications have additional trace sources that export not only the transmitted or received packet but also the source and destination addresses.
  • The returned type of GetNDevices methods in Channel and subclasses derived from it were changed from uint32_t to std::size_t. Likewise, the input parameter type of GetDevice in Channel and its subclasses were changed from uint32_t to std::size_t.
  • +
  • Wifi classes DcfManager, DcaTxop and EdcaTxopN were renamed to ChannelAccessManager, Txop and QosTxop, respectively.
  • Changes to build system: