From f0f2858124626aef785eed4b482ebe723272bd28 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 6 Oct 2022 23:58:39 +0200 Subject: [PATCH] Document the recent https://framagit.org/simgrid/simgrid/-/merge_requests/118 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index bebb7f5cc6..11929c464d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,14 @@ S4U: - Activity::set_remaining() is not public anymore. Use for example Comm::set_payload_size() to change the size of the simulated data. +Models: + - WiFi: the total capacity of a link depends on the amout of flows on that link. + - Use the nonlinear callback feature of LMM to reflect this. + - Calibration values can be changed to match different MCS configurations + - See the example teshsuite/models/wifi_usage_decay/wifi_usage_decay.cpp + - See also "A Flow-Level Wi-Fi Model for Large Scale Network Simulation" + https://hal.archives-ouvertes.fr/hal-03777726 + ---------------------------------------------------------------------------- SimGrid (3.32) October 3. 2022. -- 2.20.1