From owner-cvs-all Mon May 15 20:14: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A188137BA0F; Mon, 15 May 2000 20:13:59 -0700 (PDT) (envelope-from jayanth@FreeBSD.org) Received: (from jayanth@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA35067; Mon, 15 May 2000 20:13:59 -0700 (PDT) (envelope-from jayanth@FreeBSD.org) Message-Id: <200005160313.UAA35067@freefall.freebsd.org> From: Jayanth Vijayaraghavan Date: Mon, 15 May 2000 20:13:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jayanth 2000/05/15 20:13:59 PDT Modified files: sys/netinet tcp_input.c Log: snd_una was being updated incorrectly, this resulted in the newreno code retransmitting data from the wrong offset. As a footnote, the newreno code was partially derived from NetBSD and Tom Henderson Revision Changes Path 1.112 +9 -4 src/sys/netinet/tcp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message