- Add serviced_query timer to send upstream queries outside of the mesh

flow to prevent race conditions.
This commit is contained in:
George Thessalonikefs
2022-01-25 00:01:43 +01:00
parent 8e76eb95a0
commit c3c0186658
4 changed files with 90 additions and 22 deletions
+5
View File
@@ -1442,6 +1442,11 @@ void pending_udp_timer_cb(void *ATTR_UNUSED(arg))
log_assert(0);
}
void serviced_timer_cb(void *ATTR_UNUSED(arg))
{
log_assert(0);
}
void pending_udp_timer_delay_cb(void *ATTR_UNUSED(arg))
{
log_assert(0);