Data Fields | |
int | s |
sockaddr_in | them |
sockaddr_in | us |
The concept "RTCP session" is not defined in RFC 3550, but since this structure is analogous to ast_rtp, which tracks a RTP session, it is logical to think of this as a RTCP session.
RTCP packet is defined on page 9 of RFC 3550.
Definition at line 142 of file rtp.c.
int s |
Socket
Definition at line 144 of file rtp.c.
Referenced by ast_rtcp_fd(), ast_rtcp_new(), ast_rtcp_read(), ast_rtp_destroy(), and ast_rtp_new_with_bindaddr().
struct sockaddr_in them |
Socket representation of the remote endpoint.
Definition at line 148 of file rtp.c.
Referenced by ast_rtcp_read(), ast_rtp_set_peer(), and ast_rtp_stop().
struct sockaddr_in us |
Socket representation of the local endpoint.
Definition at line 146 of file rtp.c.
Referenced by ast_rtcp_new(), and ast_rtp_new_with_bindaddr().