Asterisk - The Open Source Telephony Project
21.4.1
|
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.
unsigned int cycles |
How many cycles have occurred for the sequence numbers
Definition at line 375 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.
unsigned int last_extended_seqno |
The last extended sequence number
Definition at line 371 of file res_rtp_asterisk.c.
unsigned int last_seqno |
The last sequence number received
Definition at line 369 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(), and ast_rtp_new().
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(), and ast_rtp_stop().