Date: Wed, 28 Jun 2000 12:43:35 -0700 (PDT) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pptpgre.c Message-ID: <200006281943.MAA06571@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006281943.MAA06571>