From owner-cvs-src-old@FreeBSD.ORG Tue Jun 8 03:39:50 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDA2910657C3 for ; Tue, 8 Jun 2010 03:39:50 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC3728FC16 for ; Tue, 8 Jun 2010 03:39:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o583douI003606 for ; Tue, 8 Jun 2010 03:39:50 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o583doCa003605 for cvs-src-old@freebsd.org; Tue, 8 Jun 2010 03:39:50 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201006080339.o583doCa003605@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Tue, 8 Jun 2010 03:39:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet sctp_indata.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2010 03:39:50 -0000 rrs 2010-06-08 03:39:31 UTC FreeBSD src repository Modified files: sys/netinet sctp_indata.c Log: SVN rev 208902 on 2010-06-08 03:39:31Z by rrs 2 Bugs: 1) Only use both mapping arrays when NR sack is off. This way we can hold off moving the cumack (not the best but workable) when NR-sack is on. 2) We must make sure to just return on the move of the bit to the NR array if the cum-ack as already went past the TSN. This prevents marking a bit behind the array and hitting the invariant code that panic's us. MFC after: 1 week Revision Changes Path 1.84 +20 -2 src/sys/netinet/sctp_indata.c