Subject: CVS commit: [netbsd-2-0] src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/06/2005 13:48:34
Module Name: src
Committed By: tron
Date: Wed Apr 6 13:48:34 UTC 2005
Modified Files:
src/sys/netinet [netbsd-2-0]: tcp_input.c
Log Message:
Apply patch (requested by christos in ticket #1349):
If an echoed RFC 1323 time stamp appears to be later than the current time,
ignore it and fall back to old-style RTT calculation. This prevents ending
up with a negative RTT and panicking later.
To generate a diff of this commit:
cvs rdiff -r1.190.2.6 -r1.190.2.7 src/sys/netinet/tcp_input.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.