Ignore:
Timestamp:
Apr 26, 2013 6:01:43 AM (11 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/pjsip/src/pjsip/sip_transport_tls.c

    r4450 r4506  
    338338    ssock_param.ciphers_num = listener->tls_setting.ciphers_num; 
    339339    ssock_param.ciphers = listener->tls_setting.ciphers; 
     340    ssock_param.reuse_addr = listener->tls_setting.reuse_addr; 
    340341    ssock_param.qos_type = listener->tls_setting.qos_type; 
    341342    ssock_param.qos_ignore_error = listener->tls_setting.qos_ignore_error; 
Note: See TracChangeset for help on using the changeset viewer.