Changeset 1924 for pjproject/trunk/pjnath/src/pjturn-srv/server.c
- Timestamp:
- Apr 13, 2008 9:48:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjturn-srv/server.c
r1913 r1924 582 582 583 583 /* Check that this is a STUN message */ 584 options = PJ_STUN_CHECK_PACKET ;584 options = PJ_STUN_CHECK_PACKET | PJ_STUN_NO_FINGERPRINT_CHECK; 585 585 if (pkt->transport->listener->tp_type == PJ_TURN_TP_UDP) 586 586 options |= PJ_STUN_IS_DATAGRAM;
Note: See TracChangeset
for help on using the changeset viewer.