Use CommandLine cmd (__FILE__) instead of COMMANDLINE macro.
This in effect replaces commit 5e624d550
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user