mirror of
https://github.com/espressif/openthread.git
synced 2026-08-26 12:11:17 +00:00
Signal network version increment callback to multicast data response automatically (#691)
This commit is contained in:
@@ -98,6 +98,7 @@ void Leader::IncrementVersion(void)
|
||||
if (mMle.GetDeviceState() == Mle::kDeviceStateLeader)
|
||||
{
|
||||
mVersion++;
|
||||
mNetif.SetStateChangedFlags(OT_THREAD_NETDATA_UPDATED);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user