From owner-cvs-src@FreeBSD.ORG Sat Oct 30 20:50:07 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 38C3C16A4CE; Sat, 30 Oct 2004 20:50:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D01C43D39; Sat, 30 Oct 2004 20:50:07 +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 i9UKo7P7083419; Sat, 30 Oct 2004 20:50:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9UKo6wJ083418; Sat, 30 Oct 2004 20:50:06 GMT (envelope-from rwatson) Message-Id: <200410302050.i9UKo6wJ083418@repoman.freebsd.org> From: Robert Watson Date: Sat, 30 Oct 2004 20:50:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 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 20:50:07 -0000 rwatson 2004-10-30 20:50:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) sys/netinet tcp_output.c Log: Merge tcp_output:1.104 from HEAD to RELENG_5_3: date: 2004/10/30 12:02:50; author: rwatson; state: Exp; lines: +2 -2 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 Approved by: re (kensmith) Revision Changes Path 1.100.2.1.2.1 +2 -2 src/sys/netinet/tcp_output.c