Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
constructor without Session argument
[simgrid.git] / src / surf / network_interface.cpp
index 8084ae54bbdae132f9ad368606326c5acbf3a850..62b3f17640c7b16aa51000db3dddb2d59d970032 100644 (file)
@@ -27,7 +27,7 @@ namespace resource {
 
 /** @brief Command-line option 'network/TCP-gamma' -- see @ref options_model_network_gamma */
 simgrid::config::Flag<double> NetworkModel::cfg_tcp_gamma(
-    "network/TCP-gamma", {"network/TCP_gamma"},
+    "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)",
     4194304.0);