Module: sip-router
Branch: ser_core_cvs
Commit: 3dc4f620d8313beee6192feada38bb72faab69fd
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3dc4f62…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Thu Mar 5 17:20:42 2009 +0000
tcp: use dynamic config framework, part 2
- added tcp_connect_timeout, tcp_send_timeout,
tcp_connection_lifetime, tcp_max_connections, tcp_accept_aliases
to the config framework.
- added 2 new tcp related variables: tcp alias_flags and tcp
new_conn_alias_flags
---
cfg.y | 8 ++--
globals.h | 6 +--
receive.c | 5 +-
tcp_conn.h | 7 +---
tcp_info.h | 2 +-
tcp_init.h | 10 +++++
tcp_main.c | 117 ++++++++++++++++++++++++++------------------------------
tcp_options.c | 74 +++++++++++++++++++++++++++++++++--
tcp_options.h | 13 +++++-
9 files changed, 154 insertions(+), 88 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=3dc…