Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Separate real name from alias names list.
[simgrid.git] / src / surf / network_interface.cpp
index 147747a..856c3f9 100644 (file)
@@ -70,7 +70,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", {"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);