Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Statistics information (used for transport-cc) More...
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 |
Statistics information (used for transport-cc)
Definition at line 365 of file res_rtp_asterisk.c.
size_t current |
Definition at line 367 of file res_rtp_asterisk.c.
unsigned int cycles |
How many cycles have occurred for the sequence numbers
Definition at line 375 of file res_rtp_asterisk.c.
Referenced by rtp_instance_parse_transport_wide_cc().
struct rtp_transport_wide_cc_packet_statistics* elems |
Definition at line 367 of file res_rtp_asterisk.c.
unsigned int feedback_count |
How many feedback packets have gone out
Definition at line 373 of file res_rtp_asterisk.c.
Referenced by rtp_transport_wide_cc_feedback_produce().
unsigned int last_extended_seqno |
The last extended sequence number
Definition at line 371 of file res_rtp_asterisk.c.
Referenced by rtp_instance_parse_transport_wide_cc().
unsigned int last_seqno |
The last sequence number received
Definition at line 369 of file res_rtp_asterisk.c.
Referenced by rtp_instance_parse_transport_wide_cc().
size_t max |
Definition at line 367 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().
int schedid |
Scheduler id for periodic feedback transmission
Definition at line 377 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().