Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
rtp_learning_info Struct Reference

RTP learning mode tracking information. More...

Collaboration diagram for rtp_learning_info:
Collaboration graph
[legend]

Data Fields

int max_seq
 
int packets
 
struct ast_sockaddr proposed_address
 
struct timeval received
 
struct timeval start
 
enum ast_media_type stream_type
 

Detailed Description

RTP learning mode tracking information.

Definition at line 297 of file res_rtp_asterisk.c.

Field Documentation

◆ max_seq

int max_seq

The highest sequence number received

Definition at line 301 of file res_rtp_asterisk.c.

Referenced by rtp_learning_rtp_seq_update(), and rtp_learning_seq_init().

◆ packets

int packets

The number of remaining packets before the source is accepted

Definition at line 302 of file res_rtp_asterisk.c.

Referenced by rtp_learning_rtp_seq_update(), and rtp_learning_seq_init().

◆ proposed_address

struct ast_sockaddr proposed_address

Proposed remote address for strict RTP

Definition at line 298 of file res_rtp_asterisk.c.

◆ received

struct timeval received

The time of the first received packet

Definition at line 300 of file res_rtp_asterisk.c.

Referenced by rtp_learning_rtp_seq_update(), and rtp_learning_seq_init().

◆ start

struct timeval start

The time learning mode was started

Definition at line 299 of file res_rtp_asterisk.c.

◆ stream_type

enum ast_media_type stream_type

Type of media stream carried by the RTP instance

Definition at line 304 of file res_rtp_asterisk.c.

Referenced by rtp_learning_rtp_seq_update().


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