Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
rtp_transport_wide_cc_statistics Struct Reference

Statistics information (used for transport-cc) More...

Collaboration diagram for rtp_transport_wide_cc_statistics:
Collaboration graph
[legend]

Data Fields

unsigned int cycles
 
unsigned int feedback_count
 
unsigned int last_extended_seqno
 
unsigned int last_seqno
 
struct {
   size_t   current
 
   struct rtp_transport_wide_cc_packet_statistics *   elems
 
   size_t   max
 
packet_statistics
 
int schedid
 

Detailed Description

Statistics information (used for transport-cc)

Definition at line 366 of file res_rtp_asterisk.c.

Field Documentation

◆ current

size_t current

Definition at line 368 of file res_rtp_asterisk.c.

◆ cycles

unsigned int cycles

How many cycles have occurred for the sequence numbers

Definition at line 376 of file res_rtp_asterisk.c.

Referenced by rtp_instance_parse_transport_wide_cc().

◆ elems

Definition at line 368 of file res_rtp_asterisk.c.

◆ feedback_count

unsigned int feedback_count

How many feedback packets have gone out

Definition at line 374 of file res_rtp_asterisk.c.

Referenced by rtp_transport_wide_cc_feedback_produce().

◆ last_extended_seqno

unsigned int last_extended_seqno

The last extended sequence number

Definition at line 372 of file res_rtp_asterisk.c.

Referenced by rtp_instance_parse_transport_wide_cc().

◆ last_seqno

unsigned int last_seqno

The last sequence number received

Definition at line 370 of file res_rtp_asterisk.c.

Referenced by rtp_instance_parse_transport_wide_cc().

◆ max

size_t max

Definition at line 368 of file res_rtp_asterisk.c.

◆ 

struct { ... } packet_statistics

A vector of packet statistics Packet statistics, used for transport-cc

Referenced by ast_rtp_destroy(), ast_rtp_new(), rtp_instance_parse_transport_wide_cc(), and rtp_transport_wide_cc_feedback_produce().

◆ schedid

int schedid

Scheduler id for periodic feedback transmission

Definition at line 378 of file res_rtp_asterisk.c.

Referenced by ast_rtp_new(), ast_rtp_prop_set(), ast_rtp_stop(), rtp_instance_parse_transport_wide_cc(), and rtp_transport_wide_cc_feedback_produce().


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