[sr-dev] git:andrei/tcp_tls_changes: tls: modparams for ct write queue params

Andrei Pelinescu-Onciul andrei at iptel.org
Sun Aug 15 21:28:50 CEST 2010


Module: sip-router
Branch: andrei/tcp_tls_changes
Commit: 1418a15341736002f336463be795742bd5ae09a9
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1418a15341736002f336463be795742bd5ae09a9

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sun Aug 15 18:03:43 2010 +0200

tls: modparams for ct write queue params

Added missing modparams for: con_ct_wq_max, ct_wq_max and
ct_wq_blk_size (until now they were configurable only at runtime).

---

 modules/tls/tls_mod.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/modules/tls/tls_mod.c b/modules/tls/tls_mod.c
index aff4815..895d18e 100644
--- a/modules/tls/tls_mod.c
+++ b/modules/tls/tls_mod.c
@@ -206,6 +206,9 @@ static param_export_t params[] = {
 									   &default_tls_cfg.ssl_max_send_fragment},
 	{"ssl_read_ahead",        PARAM_INT,    &default_tls_cfg.ssl_read_ahead},
 	{"send_close_notify",   PARAM_INT,    &default_tls_cfg.send_close_notify},
+	{"con_ct_wq_max ",      PARAM_INT,    &default_tls_cfg.con_ct_wq_max},
+	{"ct_wq_max ",          PARAM_INT,    &default_tls_cfg.ct_wq_max},
+	{"ct_wq_blk_size ",     PARAM_INT,    &default_tls_cfg.ct_wq_blk_size},
 	{"tls_force_run",       PARAM_INT,    &default_tls_cfg.force_run},
 	{"low_mem_threshold1",  PARAM_INT,    &default_tls_cfg.low_mem_threshold1},
 	{"low_mem_threshold2",  PARAM_INT,    &default_tls_cfg.low_mem_threshold2},




More information about the sr-dev mailing list