Track dropped frames in src/aprs_is.c
This commit is contained in:
parent
675e6cf727
commit
1e3d919fd5
1 changed files with 2 additions and 0 deletions
|
@ -300,6 +300,8 @@ done:
|
||||||
return aprs->offset_i - offset_start;
|
return aprs->offset_i - offset_start;
|
||||||
|
|
||||||
drop:
|
drop:
|
||||||
|
aprs->stats.dropped++;
|
||||||
|
|
||||||
(void)patty_ax25_aprs_is_flush(aprs);
|
(void)patty_ax25_aprs_is_flush(aprs);
|
||||||
|
|
||||||
return aprs->offset_i - offset_start;
|
return aprs->offset_i - offset_start;
|
||||||
|
|
Loading…
Add table
Reference in a new issue