RTP learning mode tracking information. More...
Data Fields | |
| int | max_seq |
| int | packets |
RTP learning mode tracking information.
Definition at line 182 of file res_rtp_asterisk.c.
| int max_seq |
The highest sequence number received
Definition at line 183 of file res_rtp_asterisk.c.
Referenced by ast_rtp_read(), rtp_learning_rtp_seq_update(), and rtp_learning_seq_init().
| int packets |
The number of remaining packets before the source is accepted
Definition at line 184 of file res_rtp_asterisk.c.
Referenced by ast_rtp_read(), rtp_learning_rtp_seq_update(), and rtp_learning_seq_init().