Browse Source

doc/NEWS: minor update

- added missing sigio_rt poll method to tcp_poll_method
Andrei Pelinescu-Onciul 17 years ago
parent
commit
b5358fc9f8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      NEWS

+ 2 - 2
NEWS

@@ -577,8 +577,8 @@ new config variables:
    tcp_connection_lifetime = value (s) - how long the lifetime of a
    tcp_connection_lifetime = value (s) - how long the lifetime of a
       tcp connection will be exteneded after an IO event (accept, connect, 
       tcp connection will be exteneded after an IO event (accept, connect, 
       read, write). Default: 120 s.
       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
    tcp_max_connections = no. - maximum number of tcp connections (if the number
       is exceeded no new tcp connections will be accepted). Default: 2048.
       is exceeded no new tcp connections will be accepted). Default: 2048.