diff --git a/src/node/random-walk-2d-mobility-model.cc b/src/node/random-walk-2d-mobility-model.cc index d2267286e..b5181c3cb 100644 --- a/src/node/random-walk-2d-mobility-model.cc +++ b/src/node/random-walk-2d-mobility-model.cc @@ -49,7 +49,7 @@ g_modeDistance ("RandomWalk2dDistance", 2.0); static TimeDefaultValue -g_modeTime ("RandomWalk2dDelay", +g_modeTime ("RandomWalk2dTime", "Change current direction and speed after moving for this delay.", Seconds (1.0));