Clarify radvd log output
This commit is contained in:
@@ -273,7 +273,7 @@ void Radvd::Send (Ptr<RadvdInterface> config, Ipv6Address dst, bool reschedule)
|
||||
delay = MAX_INITIAL_RTR_ADVERT_INTERVAL;
|
||||
}
|
||||
|
||||
NS_LOG_INFO ("Reschedule in " << delay);
|
||||
NS_LOG_INFO ("Reschedule in " << delay << " milliseconds");
|
||||
Time t = MilliSeconds (delay);
|
||||
m_unsolicitedEventIds[config->GetInterface ()] = Simulator::Schedule (t, &Radvd::Send, this, config, Ipv6Address::GetAllNodesMulticast (), true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user