From owner-cvs-src@FreeBSD.ORG Sat Oct 30 12:02:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D22516A4CE; Sat, 30 Oct 2004 12:02:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B4643D1D; Sat, 30 Oct 2004 12:02:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9UC2o5h047855; Sat, 30 Oct 2004 12:02:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9UC2oTc047854; Sat, 30 Oct 2004 12:02:50 GMT (envelope-from rwatson) Message-Id: <200410301202.i9UC2oTc047854@repoman.freebsd.org> From: Robert Watson Date: Sat, 30 Oct 2004 12:02:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 12:02:51 -0000 rwatson 2004-10-30 12:02:50 UTC FreeBSD src repository Modified files: sys/netinet tcp_output.c Log: Correct a bug in TCP SACK that could result in wedging of the TCP stack under high load: only set function state to loop and continuing sending if there is no data left to send. RELENG_5_3 candidate. Feet provided: Peter Losher Diagnosed by: Aniel Hartmeier Submitted by: mohan Revision Changes Path 1.104 +2 -2 src/sys/netinet/tcp_output.c