From: suter Date: Mon, 26 Nov 2012 15:26:31 +0000 (+0100) Subject: mention the modification of TCP_gamma default value, its impact and X-Git-Tag: v3_9_rc1~91^2~8 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ae701f4913efbc710c55d427cfe176a0b102b38e mention the modification of TCP_gamma default value, its impact and workaround --- 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