目前超时时间是 2s 。 请问可否设定 SYN_SENT 超时时间 ,需要怎么做
[root@work ~]# lsof |grep public1.114dns.com
bash 3877 root 3u IPv4 38156 0t0 TCP 192.168.1.6:52380->public1.114dns.com:33369 (SYN_SENT)
[root@work ~]# sysctl -a|grep syn_sent
net.netfilter.nf_conntrack_tcp_timeout_syn_sent = 0
1
billlee 2017-03-15 20:09:55 +08:00
net.ipv4.tcp_syn_retries
|