From owner-freebsd-bugs Thu Feb 8 18:20:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D42737B503 for ; Thu, 8 Feb 2001 18:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f192K2b58233; Thu, 8 Feb 2001 18:20:02 -0800 (PST) (envelope-from gnats) Date: Thu, 8 Feb 2001 18:20:02 -0800 (PST) Message-Id: <200102090220.f192K2b58233@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: kern/24962: properly delay acks in half-closed TCP connections Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/24962; it has been noted by GNATS. From: Garrett Wollman To: Tony Finch 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) < 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