Comment Re:Can't you turn this off on Linux? (Score 1) 470
Add
net.ipv4.tcp_timestamps = 0
to /etc/sysctl.conf and then
sysctl -p /etc/sysctl.conf
to activate the setting change. The setting will then persist after a reboot.
net.ipv4.tcp_timestamps = 0
to
sysctl -p
to activate the setting change. The setting will then persist after a reboot.