清理TIME_WAIT

cat >> /etc/sysctl.conf << EOF
net.ipv4.tcp_tw_reuse=1
net.ipv4.tcp_tw_recycle=1
net.ipv4.tcp_fin_timeout=30
EOF
sysctl -p

posted @ 2018-03-01 15:32  Ethan_Cheng  阅读(446)  评论(0编辑  收藏  举报