Ignore:
Timestamp:
Apr 3, 2007 6:01:27 PM (17 years ago)
Author:
bennylp
Message:

Fixed misc bugs with ICE: (1) moved STUN session from candidate to component since it causes STUN response to wrong session, and (2) keep-alive transaction timed-out when ICE is active

File:
1 edited

Legend:

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

    r1110 r1140  
    246246 * @param msg_type  The STUN request message type, from pj_stun_method_e or 
    247247 *                  from pj_stun_msg_type. 
     248 * @param tsx_id    Optional transaction ID. 
    248249 * @param p_tdata   Pointer to receive STUN transmit data instance containing 
    249250 *                  the request. 
     
    253254PJ_DECL(pj_status_t) pj_stun_session_create_req(pj_stun_session *sess, 
    254255                                                int msg_type, 
     256                                                const pj_uint8_t tsx_id[12], 
    255257                                                pj_stun_tx_data **p_tdata); 
    256258 
Note: See TracChangeset for help on using the changeset viewer.