libosmo-netif 1.6.0.16-c51c
Osmocom network interface library
osmo_twrtp_stats Struct Reference

Stats collected during the lifetime of a twrtp instance. More...

#include <twrtp.h>

Data Fields

uint32_t rx_rtp_pkt
 
uint32_t rx_rtp_badsrc
 
uint32_t rx_rtcp_pkt
 
uint32_t rx_rtcp_badsrc
 
uint32_t rx_rtcp_invalid
 
uint32_t rx_rtcp_wrong_ssrc
 
uint32_t tx_rtp_pkt
 
uint32_t tx_rtp_bytes
 
uint32_t tx_rtcp_pkt
 

Detailed Description

Stats collected during the lifetime of a twrtp instance.

For a detailed description of each of these counters, see Chapter 6 of twrtp guide document.

This stats structure is never allocated or accessed in a writable manner by applications; instead it is allocated inside the library as part of opaque struct osmo_twrtp, while applications are given const pointers to these structs.


The documentation for this struct was generated from the following file: