Ignore:
Timestamp:
Aug 2, 2017 2:51:59 AM (7 years ago)
Author:
ming
Message:

Fixed #2032: NAT64 support for IPv4 interoperability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp

    r5522 r5636  
    391391    StringVector        stunServer; 
    392392 
     393    /** 
     394     * This specifies if the library should try to do an IPv6 resolution of 
     395     * the STUN servers if the IPv4 resolution fails. It can be useful 
     396     * in an IPv6-only environment, including on NAT64. 
     397     * 
     398     * Default: FALSE 
     399     */ 
     400 
     401    bool                stunTryIpv6; 
    393402    /** 
    394403     * This specifies if the library startup should ignore failure with the 
Note: See TracChangeset for help on using the changeset viewer.