Module: sip-router Branch: ser_core_cvs Commit: 76cb799e3b3eadc3ae4f3d2e8b28547913ccbc12 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=76cb799e...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Thu Mar 5 17:21:11 2009 +0000
tcp: async mode on by default
- async mode is now on by default (use tcp_async=no in the config to disable it) - renamed tcp_buf_write/TCP_BUF_WRITE into tcp_async/TCP_ASYNC in the code
---
NEWS | 4 +- cfg.y | 2 +- core_cmd.c | 2 +- tcp_conn.h | 4 +- tcp_main.c | 144 ++++++++++++++++++++++++++++---------------------------- tcp_options.c | 30 ++++++------ tcp_options.h | 18 ++++---- 7 files changed, 101 insertions(+), 103 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=76cb...