Ignore:
Timestamp:
Mar 4, 2009 12:56:32 PM (15 years ago)
Author:
bennylp
Message:

Ticket #742: Change in mapped/STUN IP address does not update ICE srflx candidate (thanks Alexei Kuznetsov for the report)

File:
1 edited

Legend:

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

    r2394 r2484  
    7474     */ 
    7575    PJ_STUN_SOCK_KEEP_ALIVE_OP, 
     76 
     77    /** 
     78     * IP address change notification from the keep-alive operation. 
     79     */ 
     80    PJ_STUN_SOCK_MAPPED_ADDR_CHANGE 
     81 
    7682 
    7783} pj_stun_sock_op; 
Note: See TracChangeset for help on using the changeset viewer.