Changes between Initial Version and Version 1 of Ticket #429


Ignore:
Timestamp:
Dec 9, 2007 2:11:36 PM (16 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #429 – Description

    initial v1  
    44> pjsua_transport_config in which bound_addr is set to the IP-address 
    55> of a local interface. 
    6 > 
     6>  
    77> I am using release 0.8.0 without ICE. 
    8 > 
     8>  
    99> It appears that the bound_addr is converted twice from host byte order 
    1010> to network byte order: 
    11 > 
     11>  
    1212> The first conversion is in create_rtp_rtcp_sock calling  via  
    1313> pj_sockaddr_in_set_str_addr (calling pj_inet_addr  etc.) 
    14  
     14>  
    1515> The second conversion is in create_rtp_rtcp_sock calling pj_sock_bind_in 
    1616> (calling pj_htonl).