comparison xml/en/docs/http/ngx_http_core_module.xml @ 454:daafc5600fc4

FreeBSD 9.0-STABLE supports the TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT socket options.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 20 Mar 2012 07:53:55 +0000
parents 98ee97a382d3
children c505c92c8658
comparison
equal deleted inserted replaced
453:98ee97a382d3 454:daafc5600fc4
1241 socket option is turned off for the socket. 1241 socket option is turned off for the socket.
1242 Some operating systems support tuning TCP keepalive parameters on a per-socket 1242 Some operating systems support tuning TCP keepalive parameters on a per-socket
1243 basis using the <c-def>TCP_KEEPIDLE</c-def>, <c-def>TCP_KEEPINTVL</c-def>, 1243 basis using the <c-def>TCP_KEEPIDLE</c-def>, <c-def>TCP_KEEPINTVL</c-def>,
1244 and <c-def>TCP_KEEPCNT</c-def> socket options. 1244 and <c-def>TCP_KEEPCNT</c-def> socket options.
1245 On such systems (currently, Linux 2.4+, NetBSD 5+, and 1245 On such systems (currently, Linux 2.4+, NetBSD 5+, and
1246 FreeBSD 10.0-CURRENT) they can be configured 1246 FreeBSD 9.0-STABLE) they can be configured
1247 using the <value>keepidle</value>, <value>keepintvl</value>, and 1247 using the <value>keepidle</value>, <value>keepintvl</value>, and
1248 <value>keepcnt</value> parameters. 1248 <value>keepcnt</value> parameters.
1249 One or two parameters may be omitted, in which case the system default setting 1249 One or two parameters may be omitted, in which case the system default setting
1250 for the corresponding socket option will be in effect. 1250 for the corresponding socket option will be in effect.
1251 For example, 1251 For example,