Ignore:
Timestamp:
Sep 14, 2007 10:19:47 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #372: Handle case where STUN mapped address has changed in ICE (thanks Ravin Suri)

File:
1 edited

Legend:

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

    r1242 r1434  
    163163                               pj_status_t status); 
    164164 
     165    /** 
     166     * This callback will be called when ICE transport has detected that 
     167     * the STUN mapped address of a candidate has changed. 
     168     * 
     169     * @param ice_st        The ICE stream transport. 
     170     * @param comp_id       Component ID. 
     171     * @param cand_id       Candidate ID. 
     172     */ 
     173    void    (*on_addr_change)(pj_ice_strans *ice_st,  
     174                              unsigned comp_id,  
     175                              unsigned cand_id); 
     176                               
    165177} pj_ice_strans_cb; 
    166178 
Note: See TracChangeset for help on using the changeset viewer.