From 55df7237fe09683410e8f6911fc3a67ea934bd57 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 8 Aug 2018 16:31:39 -0700 Subject: [PATCH] network: Add ApplicationContainer::StartWithJitter() --- CHANGES.html | 1 + RELEASE_NOTES | 2 ++ src/network/helper/application-container.cc | 14 ++++++++++++++ src/network/helper/application-container.h | 14 ++++++++++++++ 4 files changed, 31 insertions(+) diff --git a/CHANGES.html b/CHANGES.html index c68f32087..5e9cfcdf5 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -63,6 +63,7 @@ nodes to be placed outside of buildings defined in the scenario. hash of various fields of the packet header (depending on the packet type).
  • Added a priority queue disc (PrioQueueDisc).
  • Added a new trace source in StaWifiMac for tracing beacon arrivals
  • +
  • Added a new helper method to ApplicationContainer to start applications with some jitter around the start time
  • Changes to existing API: