Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2001 18:20:02 -0800 (PST)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        freebsd-bugs@FreeBSD.org
Subject:   kern/24962: properly delay acks in half-closed TCP connections
Message-ID:  <200102090220.f192K2b58233@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/24962; it has been noted by GNATS.

From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To: Tony Finch <dot@dotat.at>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: kern/24962: properly delay acks in half-closed TCP connections
Date: Thu, 8 Feb 2001 21:12:18 -0500 (EST)

 <<On Fri, 09 Feb 2001 01:28:36 +0000, Tony Finch <dot@dotat.at> said:
 
 > +	    (tp)->t_state >= TCPS_ESTABLISHED) { \
 
 Should use the appropriate macro rather than assuming a particular
 ordering on the TCP states.  In this case, TCPS_HAVEESTABLISHED(state).
 
 -GAWollman
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102090220.f192K2b58233>