From ae701f4913efbc710c55d427cfe176a0b102b38e Mon Sep 17 00:00:00 2001 From: suter Date: Mon, 26 Nov 2012 16:26:31 +0100 Subject: [PATCH] mention the modification of TCP_gamma default value, its impact and workaround --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 70c634d41b..a33847dae3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,12 @@ SimGrid (3.9) NOT RELEASED; urgency=low MSG: * New function: MSG_process_get_number() + SURF: + * Change the default value of the TCP_gamma constant (maximal size of TCP + congestion window) to a more realistic 4MiB value. If you notice changes in + your simulation results, you can fall back to the previous 20k tiny window + by adding --cfg=network/TCP_gamma:20000 on command line. + XBT: * Kill synchronized dynars, and xbt_dynar_dopar(). We cannot think of a usecase where it's really mandatory, and maintaining it was a pain in -- 2.20.1