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/src/pjturn-srv/server.c

    r1913 r1924  
    582582 
    583583        /* Check that this is a STUN message */ 
    584         options = PJ_STUN_CHECK_PACKET; 
     584        options = PJ_STUN_CHECK_PACKET | PJ_STUN_NO_FINGERPRINT_CHECK; 
    585585        if (pkt->transport->listener->tp_type == PJ_TURN_TP_UDP) 
    586586            options |= PJ_STUN_IS_DATAGRAM; 
Note: See TracChangeset for help on using the changeset viewer.