Add debug logging to overflow/error paths, fix pipeline=2 drop

This commit is contained in:
Ian Gulliver
2026-04-11 09:48:25 +09:00
parent f7baf60249
commit aa349e1a36
5 changed files with 24 additions and 11 deletions

View File

@@ -254,7 +254,7 @@ static void start_ping_rate(const responder& resp, uint16_t target,
ping_rate_send_one(st);
net_add_frame_callback(*cb);
st->timer = dispatch_schedule_ms(60000, [st]() {
st->timer = dispatch_schedule_ms(10000, [st]() {
uint32_t elapsed_us = time_us_32() - st->start_us;
char msg[64];
snprintf(msg, sizeof(msg), "timeout after %u/%u rt in %lu ms",