From owner-cvs-all Thu May 4 18:11:48 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 8663137B5B4; Thu, 4 May 2000 18:11:41 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA57606; Thu, 4 May 2000 18:11:40 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200005050111.SAA57606@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 4 May 2000 18:11:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pptpgre.c ng_pptpgre.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/05/04 18:11:40 PDT Modified files: sys/netgraph ng_pptpgre.c ng_pptpgre.h Log: Fix a couple of bugs: - Properly handle 32 bit sequence numbers when they wrap around - Don't drop GRE packets with stale ACK numbers, just ignore the ACK - Close race between node being shutdown and timer going off Also add support for lots of statistics, and control message ASCIIfication Revision Changes Path 1.5 +210 -42 src/sys/netgraph/ng_pptpgre.c 1.2 +45 -1 src/sys/netgraph/ng_pptpgre.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message