Ignore:
Timestamp:
Oct 13, 2007 12:06:59 AM (17 years ago)
Author:
bennylp
Message:

Added "magic" parameter in pj_stun_session_create_req()

File:
1 edited

Legend:

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

    r1374 r1498  
    260260 * @param msg_type  The STUN request message type, from pj_stun_method_e or 
    261261 *                  from pj_stun_msg_type. 
     262 * @param magic     STUN magic, use PJ_STUN_MAGIC. 
    262263 * @param tsx_id    Optional transaction ID. 
    263264 * @param p_tdata   Pointer to receive STUN transmit data instance containing 
     
    268269PJ_DECL(pj_status_t) pj_stun_session_create_req(pj_stun_session *sess, 
    269270                                                int msg_type, 
     271                                                pj_uint32_t magic, 
    270272                                                const pj_uint8_t tsx_id[12], 
    271273                                                pj_stun_tx_data **p_tdata); 
Note: See TracChangeset for help on using the changeset viewer.