From owner-cvs-all Tue Jul 25 11:57:31 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 2E9AC37B625; Tue, 25 Jul 2000 11:57:22 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA67849; Tue, 25 Jul 2000 11:57:22 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007251857.LAA67849@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 25 Jul 2000 11:57:22 -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/07/25 11:57:22 PDT Modified files: sys/netgraph ng_pptpgre.c Log: Followup to previous commit.. - It's worthwhile to use untimeout(9), even though we must still protect against "false" timeouts, because most of the time it saves having to handle a dummy timeout event. - Slight tweaks to the delayed ACK algorithm paramters. Revision Changes Path 1.9 +41 -21 src/sys/netgraph/ng_pptpgre.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message