Changeset 1140 for pjproject/trunk/pjnath/include/pjnath/stun_session.h
- Timestamp:
- Apr 3, 2007 6:01:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/stun_session.h
r1110 r1140 246 246 * @param msg_type The STUN request message type, from pj_stun_method_e or 247 247 * from pj_stun_msg_type. 248 * @param tsx_id Optional transaction ID. 248 249 * @param p_tdata Pointer to receive STUN transmit data instance containing 249 250 * the request. … … 253 254 PJ_DECL(pj_status_t) pj_stun_session_create_req(pj_stun_session *sess, 254 255 int msg_type, 256 const pj_uint8_t tsx_id[12], 255 257 pj_stun_tx_data **p_tdata); 256 258
Note: See TracChangeset
for help on using the changeset viewer.