Changeset 2724 for pjproject/trunk/pjnath/include/pjnath/stun_session.h
- Timestamp:
- May 29, 2009 1:04:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/stun_session.h
r2642 r2724 486 486 PJ_DECL(void) pj_stun_session_set_log(pj_stun_session *sess, 487 487 unsigned flags); 488 /** 489 * Configure whether the STUN session should utilize FINGERPRINT in 490 * outgoing messages. 491 * 492 * @param sess The STUN session instance. 493 * @param use Boolean for the setting. 494 * 495 * @return The previous configured value of FINGERPRINT 496 * utilization of the sessoin. 497 */ 498 PJ_DECL(pj_bool_t) pj_stun_session_use_fingerprint(pj_stun_session *sess, 499 pj_bool_t use); 488 500 489 501 /**
Note: See TracChangeset
for help on using the changeset viewer.