]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_config.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a bunch of links to the FAQ -- hate that code dupplication
[simgrid.git] / src / surf / surf_config.c
index 0b7da099cc9eea6608c3821da25856a27ca4a718..debb76760970e9a45ed60a3ac62d08328f301259 100644 (file)
@@ -444,7 +444,7 @@ void surf_config_init(int *argc, char **argv)
                      "Size of the biggest TCP window (cat /proc/sys/net/ipv4/tcp_[rw]mem for recv/send window; Use the last given value, which is the max window size)",
                      xbt_cfgelm_double, NULL, 1, 1,
                      _surf_cfg_cb__tcp_gamma, NULL);
-    xbt_cfg_setdefault_double(_surf_cfg_set, "network/TCP_gamma", 20000.0);
+    xbt_cfg_setdefault_double(_surf_cfg_set, "network/TCP_gamma", 4194304.0);
 
     xbt_cfg_register(&_surf_cfg_set, "maxmin/precision",
                      "Numerical precision used when updating simulation models (epsilon in double comparisons)",