Ignore:
Timestamp:
May 9, 2016 3:29:28 AM (8 years ago)
Author:
ming
Message:

Fixed #1913: Add callback for address change notification from STUN keep alive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/ice_strans.h

    r4606 r5282  
    126126    PJ_ICE_STRANS_OP_NEGOTIATION, 
    127127 
    128     /** This operatino is used to report failure in keep-alive operation. 
     128    /** This operation is used to report failure in keep-alive operation. 
    129129     *  Currently it is only used to report TURN Refresh failure. 
    130130     */ 
    131     PJ_ICE_STRANS_OP_KEEP_ALIVE 
     131    PJ_ICE_STRANS_OP_KEEP_ALIVE, 
     132 
     133    /** IP address change notification from STUN keep-alive operation. 
     134     */ 
     135    PJ_ICE_STRANS_OP_ADDR_CHANGE 
    132136 
    133137} pj_ice_strans_op; 
Note: See TracChangeset for help on using the changeset viewer.