Changeset 6002 for pjproject/trunk/pjsip/include/pjsip/sip_config.h
- Timestamp:
- May 23, 2019 5:21:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_config.h
r5869 r6002 434 434 * \a accept_multiple_sdp_answers setting in pjsip_cfg_t. 435 435 * 436 * Default is PJ_ FALSE.436 * Default is PJ_TRUE. 437 437 */ 438 438 #ifndef PJSIP_ACCEPT_MULTIPLE_SDP_ANSWERS … … 693 693 * pjsip_tcp_transport_cfg structure. 694 694 * 695 * Default is FALSE on Windows and TRUEon non-Windows.695 * Default is 0 on Windows and 1 on non-Windows. 696 696 * 697 697 * @see PJSIP_TLS_TRANSPORT_REUSEADDR … … 719 719 * able to accept connections. 720 720 * 721 * Default is FALSE(listener will be created).721 * Default is 0 (listener will be created). 722 722 */ 723 723 #ifndef PJSIP_TCP_TRANSPORT_DONT_CREATE_LISTENER … … 739 739 * able to accept connections. 740 740 * 741 * Default is FALSE(listener will be created).741 * Default is 0 (listener will be created). 742 742 */ 743 743 #ifndef PJSIP_TLS_TRANSPORT_DONT_CREATE_LISTENER … … 882 882 * Specify whether TLS listener should use SO_REUSEADDR option. 883 883 * 884 * Default is FALSE on Windows and TRUEon non-Windows.884 * Default is 0 on Windows and 1 on non-Windows. 885 885 * 886 886 * @see PJSIP_TCP_TRANSPORT_REUSEADDR
Note: See TracChangeset
for help on using the changeset viewer.