FreeCalypso > hg > themwi-rtp-lib
diff include/twjit.h @ 11:4f82b9c07ddb
twjit: update to stats
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 06 Jul 2024 01:57:52 +0000 |
parents | 117fa99ff871 |
children | 323957bebd53 |
line wrap: on
line diff
--- a/include/twjit.h Sat Jul 06 00:29:24 2024 +0000 +++ b/include/twjit.h Sat Jul 06 01:57:52 2024 +0000 @@ -32,9 +32,10 @@ */ struct twrtp_jibuf_stats { /* normal operation */ + uint32_t rx_packets; uint32_t delivered_pkt; - uint32_t delivered_bytes; - uint32_t handovers; + uint32_t handovers_in; + uint32_t handovers_out; /* undesirable, but not totally unexpected */ uint32_t too_old; uint32_t underruns; @@ -50,6 +51,7 @@ uint32_t seq_repeats; uint32_t intentional_gaps; uint32_t ts_resets; + uint32_t jitter_max; }; /*