Changeset 5665
- Timestamp:
- Sep 28, 2017 3:44:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/ice_session.c
r5654 r5665 1218 1218 msg_data->transport_id = the_check->lcand->transport_id; 1219 1219 1220 /* Temporarily disable FINGERPRINT. The Binding Indication 1221 * SHOULD NOT contain any attributes. 1220 /* RFC 5245 Section 10: 1221 * The Binding Indication SHOULD contain the FINGERPRINT attribute 1222 * to aid in demultiplexing, but SHOULD NOT contain any other 1223 * attributes. 1222 1224 */ 1223 saved = pj_stun_session_use_fingerprint(comp->stun_sess, PJ_ FALSE);1225 saved = pj_stun_session_use_fingerprint(comp->stun_sess, PJ_TRUE); 1224 1226 1225 1227 /* Send to session */
Note: See TracChangeset
for help on using the changeset viewer.