Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2001 04:40:10 -0800 (PST)
From:      Paul Herman <pherman@frenchfries.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/24645: sometimes delayed ACKs timeout
Message-ID:  <200101261240.f0QCeAP11943@freefall.freebsd.org>

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

From: Paul Herman <pherman@frenchfries.net>
To: <FreeBSD-gnats-submit@FreeBSD.ORG>
Cc: Jonathan Lemon <jlemon@flugsvamp.com>
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




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