Ignore:
Timestamp:
Aug 9, 2012 5:21:25 AM (12 years ago)
Author:
nanang
Message:

Close #1567: Added option to use STUN2 format for resolving mapped address in pjsua_config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r4218 r4224  
    14631463 
    14641464    /** 
     1465     * This specifies whether STUN requests for resolving socket mapped 
     1466     * address should use the new format, i.e: having STUN magic cookie 
     1467     * in its transaction ID. 
     1468     * 
     1469     * Default: PJ_FALSE 
     1470     */ 
     1471    pj_bool_t       stun_map_use_stun2; 
     1472 
     1473    /** 
    14651474     * Support for adding and parsing NAT type in the SDP to assist  
    14661475     * troubleshooting. The valid values are: 
Note: See TracChangeset for help on using the changeset viewer.