[OpenSIPS-Devel] [OpenSIPS/opensips] fab8c3: tls: split send and handshake timeouts

Răzvan Crainea noreply at github.com
Fri Jan 10 05:06:21 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: fab8c357fedce647d1e0d0cc4f68f0e0c417c67f
      https://github.com/OpenSIPS/opensips/commit/fab8c357fedce647d1e0d0cc4f68f0e0c417c67f
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2020-01-10 (Fri, 10 Jan 2020)

  Changed paths:
    M modules/proto_tls/doc/proto_tls_admin.xml
    M modules/proto_tls/proto_tls.c
    M modules/proto_wss/doc/proto_wss_admin.xml
    M modules/proto_wss/proto_wss.c
    M modules/tls_mgm/api.h
    M modules/tls_mgm/doc/tls_mgm_admin.xml
    M modules/tls_mgm/tls_config.c
    M modules/tls_mgm/tls_config.h
    M modules/tls_mgm/tls_conn_server.h
    M modules/tls_mgm/tls_mgm.c

  Log Message:
  -----------
  tls: split send and handshake timeouts

Move `tls_send_timeout` and `tls_handshake_timeout` from `tls_mgm` to
each module that can use it (`proto_tls` and `proto_wss`), making this
tuning more customizable, per module.





More information about the Devel mailing list