From owner-cvs-all Wed Jun 28 12:43:41 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 6389637C178; Wed, 28 Jun 2000 12:43:35 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA06571; Wed, 28 Jun 2000 12:43:35 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200006281943.MAA06571@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 28 Jun 2000 12:43:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pptpgre.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/06/28 12:43:35 PDT Modified files: sys/netgraph ng_pptpgre.c Log: Fix incorrectly implemented receive ACK timeout algorithm: instead of bumping the recvAck counter by one, pretend that all outstanding xmit packets are acknowleged, and restart transmitting anew, with an empty (but halved) transmit window. Put a lower bound on the adaptive timeout value. Revision Changes Path 1.7 +21 -15 src/sys/netgraph/ng_pptpgre.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message