From owner-cvs-all Fri Jun 2 10:38:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B82C37B513; Fri, 2 Jun 2000 10:38:46 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA84020; Fri, 2 Jun 2000 10:38:46 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200006021738.KAA84020@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 2 Jun 2000 10:38:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/06/02 10:38:46 PDT Modified files: sys/netinet tcp_output.c Log: When attempting to transmit a packet, if the system fails to allocate a mbuf, it may return without setting any timers. If no more data is scheduled to be transmitted (this was a FIN) the system will sit in LAST_ACK state forever. Thus, when mbuf allocation fails, set the retransmit timer if neither the retransmit or persist timer is already pending. Problem discovered by: Mike Silbersack (silby@silby.com) Pushed for a fix by: Bosko Milekic Reviewed by: jayanth Revision Changes Path 1.43 +5 -1 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message