Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Jeremy Cooper <jeremy@netbsd.org>
List: source-changes
Date: 09/26/2006 06:39:22
Module Name:	src
Committed By:	jeremy
Date:		Tue Sep 26 06:39:22 UTC 2006

Modified Files:
	src/sys/netinet: tcp_timer.h

Log Message:
Fixed a bug in the timeout range constraint macro that can cause a timeout
to break free of the constraint if the range minimum boundary is larger than
the maximum boundary.

Discovered by jmg@FreeBSD.org.  (See FreeBSD's tcp_timer.h rev 1.31).


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/netinet/tcp_timer.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.