JDP 發表於 2013-4-15 13:31:34

Disable TCP timestamps on Linux

暫時關掉
#sysctl -w net.ipv4.tcp_timestamps=0

永久關閉
#vi /etc/sysctl.conf
增加一行
net.ipv4.tcp_timestamps = 0

https://blog.theroux.ca/security/disable-tcp-timestamps-on-linux/
http://mohammednv.wordpress.com/ ... e-tcp-timestamping/
http://www.rapid7.com/vulndb/lookup/generic-tcp-timestamp
頁: [1]
查看完整版本: Disable TCP timestamps on Linux