From owner-cvs-all Fri Sep 15 17:53:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A119D37B422; Fri, 15 Sep 2000 17:53:54 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA05154; Fri, 15 Sep 2000 17:53:54 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200009160053.RAA05154@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 15 Sep 2000 17:53:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_timer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/09/15 17:53:54 PDT Modified files: sys/netinet tcp_timer.c Log: It is possible for a TCP callout to be removed from the timing wheel, but have a network interrupt arrive and deactivate the timeout before the callout routine runs. Check for this case in the callout routine; it should only run if the callout is active and not on the wheel. Revision Changes Path 1.38 +6 -6 src/sys/netinet/tcp_timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message