Use CommandLine cmd (__FILE__) instead of COMMANDLINE macro.

This in effect replaces commit 5e624d550
This commit is contained in:
Peter D. Barnes, Jr
2020-05-01 14:42:53 -07:00
parent 885dc2297a
commit b23be18b3b
250 changed files with 259 additions and 272 deletions

View File

@@ -275,7 +275,7 @@ int main (int argc, char *argv[])
bool enableSwitchEcn = true;
Time progressInterval = MilliSeconds (100);
COMMANDLINE (cmd);
CommandLine cmd (__FILE__);
cmd.AddValue ("tcpTypeId", "ns-3 TCP TypeId", tcpTypeId);
cmd.AddValue ("flowStartupWindow", "startup time window (TCP staggered starts)", flowStartupWindow);
cmd.AddValue ("convergenceTime", "convergence time", convergenceTime);