From owner-cvs-all Mon Aug 27 3:42:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44C9A37B406; Mon, 27 Aug 2001 03:42:22 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7RAgM593026; Mon, 27 Aug 2001 03:42:22 -0700 (PDT) (envelope-from brian) Message-Id: <200108271042.f7RAgM593026@freefall.freebsd.org> From: Brian Somers Date: Mon, 27 Aug 2001 03:42:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mppe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/08/27 03:42:21 PDT Modified files: usr.sbin/ppp mppe.c Log: Send a reset request for every packet received when our encryption dictionaries are out of sync. This avoids the complications that happen when our original reset request gets lost in transit (quite likely in hind sight, given a lossy link) when we end up ignoring the peer for the next (up to) 256 packets. Submitted by: Nick Sayer Revision Changes Path 1.11 +3 -1 src/usr.sbin/ppp/mppe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message