Changeset 5665 for pjproject


Ignore:
Timestamp:
Sep 28, 2017 3:44:53 AM (6 years ago)
Author:
ming
Message:

Fixed #2046: ICE: Use STUN FINGERPRINT attribute when sending keepalives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/ice_session.c

    r5654 r5665  
    12181218        msg_data->transport_id = the_check->lcand->transport_id; 
    12191219 
    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. 
    12221224         */ 
    1223         saved = pj_stun_session_use_fingerprint(comp->stun_sess, PJ_FALSE); 
     1225        saved = pj_stun_session_use_fingerprint(comp->stun_sess, PJ_TRUE); 
    12241226 
    12251227        /* Send to session */ 
Note: See TracChangeset for help on using the changeset viewer.