From 7fd2d476ba6749f06eaae12b86f6df44b54a42f5 Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Sun, 12 Apr 2020 10:27:32 +0200 Subject: [PATCH] traffic-control: Allow to disable flow control for devices supporting it --- CHANGES.html | 2 +- src/csma/helper/csma-helper.cc | 19 +++++++++++---- src/csma/helper/csma-helper.h | 11 +++++++++ .../helper/simple-net-device-helper.cc | 18 ++++++++++---- src/network/helper/simple-net-device-helper.h | 12 +++++++++- .../helper/point-to-point-helper.cc | 24 +++++++++++++------ .../helper/point-to-point-helper.h | 11 +++++++++ src/traffic-control/doc/queue-discs.rst | 14 +++++++++++ .../helper/traffic-control-helper.h | 12 ++++++++++ src/wifi/helper/wifi-helper.cc | 11 +++++++-- src/wifi/helper/wifi-helper.h | 12 ++++++++++ 11 files changed, 126 insertions(+), 20 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index d17e894d5..18716badd 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -54,7 +54,7 @@ us a note on ns-developers mailing list.

Changes from ns-3.35 to ns-3.36

New API:

Changes to existing API: