From owner-cvs-usrsbin Sat Dec 27 18:25:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07740 for cvs-usrsbin-outgoing; Sat, 27 Dec 1997 18:25:25 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA07486; Sat, 27 Dec 1997 18:21:21 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA27376; Sat, 27 Dec 1997 18:17:10 -0800 (PST) Date: Sat, 27 Dec 1997 18:17:10 -0800 (PST) Message-Id: <199712280217.SAA27376@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp deflate.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/27 18:17:09 PST Modified files: usr.sbin/ppp deflate.c Log: Allow initial sequence numbers less than what we're expecting. When CCP is originally negotiated, the only thing we can be sure about is that we've started adding data to the inflate dictionary either before or at the same time as the peer. This is ok, 'cos DEFLATE is a `sliding window' compressor. Revision Changes Path 1.5 +21 -6 src/usr.sbin/ppp/deflate.c