Ignore:
Timestamp:
May 23, 2019 5:21:59 PM (5 years ago)
Author:
riza
Message:

Close #1019: Support for multiple listeners.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_config.h

    r5869 r6002  
    434434 * \a accept_multiple_sdp_answers setting in pjsip_cfg_t. 
    435435 * 
    436  * Default is PJ_FALSE. 
     436 * Default is PJ_TRUE. 
    437437 */ 
    438438#ifndef PJSIP_ACCEPT_MULTIPLE_SDP_ANSWERS 
     
    693693 * pjsip_tcp_transport_cfg structure. 
    694694 * 
    695  * Default is FALSE on Windows and TRUE on non-Windows. 
     695 * Default is 0 on Windows and 1 on non-Windows. 
    696696 * 
    697697 * @see PJSIP_TLS_TRANSPORT_REUSEADDR 
     
    719719 * able to accept connections.  
    720720 * 
    721  * Default is FALSE (listener will be created). 
     721 * Default is 0 (listener will be created). 
    722722 */ 
    723723#ifndef PJSIP_TCP_TRANSPORT_DONT_CREATE_LISTENER 
     
    739739 * able to accept connections. 
    740740 * 
    741  * Default is FALSE (listener will be created). 
     741 * Default is 0 (listener will be created). 
    742742 */ 
    743743#ifndef PJSIP_TLS_TRANSPORT_DONT_CREATE_LISTENER 
     
    882882 * Specify whether TLS listener should use SO_REUSEADDR option. 
    883883 * 
    884  * Default is FALSE on Windows and TRUE on non-Windows. 
     884 * Default is 0 on Windows and 1 on non-Windows. 
    885885 * 
    886886 * @see PJSIP_TCP_TRANSPORT_REUSEADDR 
Note: See TracChangeset for help on using the changeset viewer.