Changes between Initial Version and Version 3 of Ticket #1677


Ignore:
Timestamp:
Aug 18, 2014 8:56:27 AM (10 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1677

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Milestone changed from Known-Issues-and-Ideas to release-2.3
  • Ticket #1677 – Description

    initial v3  
    88 
    99Note: for some platform, there may be problem in getting source port on async socket connect operation. 
     10 
     11'''Implementation:''' new setting in account config: 
     12{{{ 
     13    /** 
     14     * Specify if source TCP port should be used as the initial Contact 
     15     * address if TCP/TLS transport is used. Note that this feature will 
     16     * be automatically turned off when nameserver is configured because 
     17     * it may yield different destination address due to DNS SRV resolution. 
     18     * Also some platforms are unable to report the local address of the 
     19     * TCP socket when it is still connecting. In these cases, this 
     20     * feature will also be turned off. 
     21     * 
     22     * Default: PJ_TRUE (yes). 
     23     */ 
     24    pj_bool_t        contact_rewrite_use_src_port; 
     25}}}