X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/922b893e3976c3c0162c5b5beeba247ca26d0b5c..152e17bb86f08d2629e367ef9c3a6fb07055261f:/src/surf/surf_config.c diff --git a/src/surf/surf_config.c b/src/surf/surf_config.c index 4ae49e11d6..c2373a6b5d 100644 --- a/src/surf/surf_config.c +++ b/src/surf/surf_config.c @@ -374,11 +374,6 @@ void surf_config_init(int *argc, char **argv) xbt_free(description); - default_value = xbt_strdup("Full"); - xbt_cfg_register(&_surf_cfg_set, "routing", - "Model to use to store the routing information", - xbt_cfgelm_string, &default_value, 1, 1, NULL, NULL); - xbt_cfg_register(&_surf_cfg_set, "network/TCP_gamma", "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,