From owner-freebsd-bugs Fri Jan 26 4:40:27 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 B0C2A37B401 for ; Fri, 26 Jan 2001 04:40:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QCeAP11943; Fri, 26 Jan 2001 04:40:10 -0800 (PST) (envelope-from gnats) Date: Fri, 26 Jan 2001 04:40:10 -0800 (PST) Message-Id: <200101261240.f0QCeAP11943@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Paul Herman Subject: Re: kern/24645: sometimes delayed ACKs timeout Reply-To: Paul Herman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/24645; it has been noted by GNATS. From: Paul Herman To: Cc: Jonathan Lemon Subject: Re: kern/24645: sometimes delayed ACKs timeout Date: Fri, 26 Jan 2001 13:36:01 +0100 (CET) Just a quick follow-up, On Thu, 25 Jan 2001, Paul Herman wrote: > + if (tcp_delack_enabled) { \ > + if (callout_pending(tp->tt_delack)) { \ > + callout_stop(tp->tt_delack); \ Jonathan, as you suggested, I tried it without callout_stop() and works just fine. You can omit the calls. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message