Swoole 用tcp自带的keep alive 不起作用

WBOY
Release: 2016-06-06 20:13:59
Original
1390 people have browsed it

配置如下,

'open_tcp_keepalive'=>1
'tcp_keepidle' =>60,
'tcp_keepcount' => 3,
'tcp_keepinterval' =>5,

但是不起作用,怎么办?版本1.8.1stable

回复内容:

配置如下,

'open_tcp_keepalive'=>1
'tcp_keepidle' =>60,
'tcp_keepcount' => 3,
'tcp_keepinterval' =>5,

但是不起作用,怎么办?版本1.8.1stable

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template