Date: Mon, 24 Jul 2000 17:23:20 -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 ng_pptpgre.h Message-ID: <200007250023.RAA30444@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
archie 2000/07/24 17:23:20 PDT Modified files: sys/netgraph ng_pptpgre.c ng_pptpgre.h Log: Several fixes: - Fix slowness when operating over fast connections, where the timeout(9) granularity is on the same order of magnitude as the round trip time. timeout(9) can happen up to 1 tick early, which was causing receive ack timeouts to happen too early, causing bogus "lost" packets. - Increase the local time counter to 64 bits to avoid roll-over. - Keep statistics on memory allocation failures. - Add a new option to always include the ack when sending data packets. Might be useful in high packet loss situations. Might not. Revision Changes Path 1.8 +55 -26 src/sys/netgraph/ng_pptpgre.c 1.3 +6 -2 src/sys/netgraph/ng_pptpgre.h 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?200007250023.RAA30444>