Changes between Initial Version and Version 1 of Ticket #429
- Timestamp:
- Dec 9, 2007 2:11:36 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #429 – Description
initial v1 4 4 > pjsua_transport_config in which bound_addr is set to the IP-address 5 5 > of a local interface. 6 > 6 > 7 7 > I am using release 0.8.0 without ICE. 8 > 8 > 9 9 > It appears that the bound_addr is converted twice from host byte order 10 10 > to network byte order: 11 > 11 > 12 12 > The first conversion is in create_rtp_rtcp_sock calling via 13 13 > pj_sockaddr_in_set_str_addr (calling pj_inet_addr etc.) 14 14 > 15 15 > The second conversion is in create_rtp_rtcp_sock calling pj_sock_bind_in 16 16 > (calling pj_htonl).