Disable TCP timestamping...
You can execute this command from a shell console, if you want to disable TCP timestamps:
# echo 0 > /proc/sys/net/ipv4/tcp_timestamps
If you want to keep this parameter set at boot time, edit the /etc/sysctl.conf file and add this line:
“net.ipv4.tcp_timestamps = 0″
~mohammed
