tcp_timestamps

file: /proc/sys/net/ipv4/tcp_timestamps
variable: net.ipv4.tcp_timestamps
Official reference

Enable timestamps as defined in RFC1323. 0: Disabled. 1: Enable timestamps as defined in RFC1323 and use random offset for each connection rather than only using the current time. 2: Like 1, but without random offsets. Default: 1

source