Add debug logging to overflow/error paths, fix pipeline=2 drop
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user