Ignore:
Timestamp:
Apr 13, 2008 9:48:44 PM (16 years ago)
Author:
bennylp
Message:

More ticket #485: fixed TURN server permission not allowing peer with the same IP to get through, and added option to disable FINGERPRINT verification in TURN server since it is currently broken when TURN is used with ICE (which has a FINGERPRINT in its Binding Request)

File:
1 edited

Legend:

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

    r1923 r1924  
    11591159     * message. 
    11601160     */ 
    1161     PJ_STUN_NO_AUTHENTICATE = 4 
     1161    PJ_STUN_NO_AUTHENTICATE = 4, 
     1162 
     1163    /** 
     1164     * Disable FINGERPRINT verification. This option can be used when calling 
     1165     * #pj_stun_msg_check() and #pj_stun_msg_decode() to disable the  
     1166     * verification of FINGERPRINT, for example when the STUN usage says when 
     1167     * FINGERPRINT mechanism shall not * be used. 
     1168     */ 
     1169    PJ_STUN_NO_FINGERPRINT_CHECK = 8 
    11621170}; 
    11631171 
Note: See TracChangeset for help on using the changeset viewer.