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/src/pjnath/ice_strans.c

    r5215 r5282  
    16411641 
    16421642                sess_init_update(ice_st); 
     1643                 
     1644                if (op == PJ_STUN_SOCK_MAPPED_ADDR_CHANGE && 
     1645                    ice_st->cb.on_ice_complete) 
     1646                { 
     1647                    (*ice_st->cb.on_ice_complete)(ice_st,  
     1648                                                  PJ_ICE_STRANS_OP_ADDR_CHANGE, 
     1649                                                  status); 
     1650                } 
    16431651            } 
    16441652        } 
Note: See TracChangeset for help on using the changeset viewer.