Module: sip-router Branch: master Commit: b5358fc9f8ae48b04c26c1f2e55988b782b48f33 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5358fc9...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Sun Nov 16 18:29:06 2008 +0000
doc/NEWS: minor update
- added missing sigio_rt poll method to tcp_poll_method
---
NEWS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS index 0b0d031..f9c0867 100644 --- a/NEWS +++ b/NEWS @@ -577,8 +577,8 @@ new config variables: tcp_connection_lifetime = value (s) - how long the lifetime of a tcp connection will be exteneded after an IO event (accept, connect, read, write). Default: 120 s. - tcp_poll_method = poll|select|epoll_et|epoll-lt|kqueue|devpoll - poll - method used (by default the best one for the current OS is selected) + tcp_poll_method = poll|select|sigio_rt|epoll_et|epoll-lt|kqueue|devpoll - + poll method used (by default the best one for the current OS is selected) tcp_max_connections = no. - maximum number of tcp connections (if the number is exceeded no new tcp connections will be accepted). Default: 2048.