浏览代码

doc/NEWS: minor update

- added missing sigio_rt poll method to tcp_poll_method
Andrei Pelinescu-Onciul 17 年之前
父节点
当前提交
b5358fc9f8
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 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.