From: Arnaud Giersch Date: Wed, 18 Oct 2017 13:16:19 +0000 (+0200) Subject: Per default, use default ns3/TcpModel. X-Git-Tag: v3.18~412 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/db2de683ddd3ab7f2bcb33e16747b0d4f0222773 Per default, use default ns3/TcpModel. --- diff --git a/src/surf/network_ns3.cpp b/src/surf/network_ns3.cpp index 721e483cd9..3ac508d75e 100644 --- a/src/surf/network_ns3.cpp +++ b/src/surf/network_ns3.cpp @@ -135,8 +135,8 @@ void surf_network_model_init_NS3() all_existing_models->push_back(surf_network_model); } -static simgrid::config::Flag ns3_tcp_model("ns3/TcpModel", - "The ns3 tcp model can be : NewReno or Reno or Tahoe", "NewReno"); +static simgrid::config::Flag + ns3_tcp_model("ns3/TcpModel", "The ns3 tcp model can be : NewReno or Reno or Tahoe", "default"); namespace simgrid { namespace surf {