Ignore:
Timestamp:
Apr 26, 2013 6:01:43 AM (12 years ago)
Author:
bennylp
Message:

Fixed #1661: Option to use SO_REUSEADDR for TCP and TLS listeners and use it by default on non-Windows platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/ssl_sock.h

    r4146 r4506  
    712712 
    713713    /** 
     714     * Specify if SO_REUSEADDR should be used for listening socket. This 
     715     * option will only be used with accept() operation. 
     716     * 
     717     * Default is PJ_FALSE. 
     718     */ 
     719    pj_bool_t reuse_addr; 
     720 
     721    /** 
    714722     * QoS traffic type to be set on this transport. When application wants 
    715723     * to apply QoS tagging to the transport, it's preferable to set this 
Note: See TracChangeset for help on using the changeset viewer.