Bugzilla – Attachment #2403: suggested patch for bug #2390
if ( !m_lazyNotify )
{
Simulator::Schedule (waypoint.time, &WaypointMobilityModel::Update, this);
Simulator::Schedule (waypoint.time - Simulator::Now (), &WaypointMobilityModel::Update, this);
}
Waypoint