From 1e3d919fd5e08452e9872fb05482fad5e9140683 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 4 Oct 2020 10:33:20 -0400 Subject: [PATCH] Track dropped frames in src/aprs_is.c --- src/aprs_is.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/aprs_is.c b/src/aprs_is.c index f3b00dd..649059a 100644 --- a/src/aprs_is.c +++ b/src/aprs_is.c @@ -300,6 +300,8 @@ done: return aprs->offset_i - offset_start; drop: + aprs->stats.dropped++; + (void)patty_ax25_aprs_is_flush(aprs); return aprs->offset_i - offset_start;