From owner-cvs-all@FreeBSD.ORG Sat Oct 30 15:38:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8066816A4CE; Sat, 30 Oct 2004 15:38:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76ED343D1D; Sat, 30 Oct 2004 15:38:56 +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 i9UFcuqE061068; Sat, 30 Oct 2004 15:38:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9UFcuEn061067; Sat, 30 Oct 2004 15:38:56 GMT (envelope-from rwatson) Message-Id: <200410301538.i9UFcuEn061067@repoman.freebsd.org> From: Robert Watson Date: Sat, 30 Oct 2004 15:38:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 15:38:56 -0000 rwatson 2004-10-30 15:38:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_output.c Log: Merge tcp_output.c:1.104 from HEAD to RELENG_5: 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.2 +2 -2 src/sys/netinet/tcp_output.c