Module: sip-router
Branch: master
Commit: 61f8b970416124efcdae38943af6ec48bf27f751
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=61f8b970416124efcdae38943af6ec48bf27f751

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date:   Tue Dec 13 23:01:48 2011 +0100

core/tcp/tls: added tls_max_connections global parameter

- set a limit to active tls connections
- its management is done in tcp code, as tls is encryption layer over
  tcp
- tls connections are still counted as tcp connections, thus this limit
  cannot exceed tcp_max_connections
- default value 2048
- core.tcp_options lists also the tls connections number

---

 cfg.lex       |    3 ++
 cfg.y         |    9 ++++++++
 core_cmd.c    |    7 ++++-
 globals.h     |    3 +-
 tcp_info.h    |    4 ++-
 tcp_init.h    |    4 ++-
 tcp_main.c    |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 tcp_options.c |    6 ++++-
 tcp_options.h |    3 +-
 9 files changed, 92 insertions(+), 8 deletions(-)

Diff:   
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=61f8b970416124efcdae38943af6ec48bf27f751

_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to