mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 19:57:46 +00:00
[network-data] remove ClearResubmitDelayTimer() in UpdateRloc() (#4485)
`UpdateRloc()`, which happens before checking network data consistence, should not `ClearResubmitDelayTimer()` to guarantee the DATA_RESUBMIT_DELAY before resending when there is inconsistence.
This commit is contained in:
@@ -344,8 +344,6 @@ void Local::UpdateRloc(void)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
ClearResubmitDelayTimer();
|
||||
}
|
||||
|
||||
otError Local::SendServerDataNotification(void)
|
||||
|
||||
Reference in New Issue
Block a user