From owner-cvs-src@FreeBSD.ORG Tue Apr 19 18:30:40 2005 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 B45C816A4D0; Tue, 19 Apr 2005 18:30:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 892A843D2D; Tue, 19 Apr 2005 18:30:40 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3JIUeNI020265; Tue, 19 Apr 2005 18:30:40 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3JIUedj020264; Tue, 19 Apr 2005 18:30:40 GMT (envelope-from ps) Message-Id: <200504191830.j3JIUedj020264@repoman.freebsd.org> From: Paul Saab Date: Tue, 19 Apr 2005 18:30:40 +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_input.c tcp_subr.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: Tue, 19 Apr 2005 18:30:40 -0000 ps 2005-04-19 18:30:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_input.c tcp_subr.c Log: MFC: rev 1.269 of tcp_input.c, rev 1.221 of tcp_subr.c - If the reassembly queue limit was reached or if we couldn't allocate a reassembly queue state structure, don't update (receiver) sack report. - Similarly, if tcp_drain() is called, freeing up all items on the reassembly queue, clean the sack report. Revision Changes Path 1.252.2.15 +3 -1 src/sys/netinet/tcp_input.c 1.201.2.16 +1 -0 src/sys/netinet/tcp_subr.c