Ignore:
Timestamp:
Oct 16, 2007 1:34:14 AM (17 years ago)
Author:
bennylp
Message:

More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP

File:
1 edited

Legend:

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

    r1452 r1501  
    195195    pj_dns_resolver     *resolver;  /**< DNS resolver.                  */ 
    196196 
     197    /* Detected NAT type */ 
     198    pj_stun_nat_type     nat_type;      /**< NAT type.                  */ 
     199    pj_status_t          nat_status;    /**< Detection status.          */ 
     200    pj_bool_t            nat_in_progress; /**< Detection in progress    */ 
     201 
    197202    /* Account: */ 
    198203    unsigned             acc_cnt;            /**< Number of accounts.   */ 
Note: See TracChangeset for help on using the changeset viewer.