From owner-cvs-all Wed Mar 10 17:49:31 1999 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 0138C15058; Wed, 10 Mar 1999 17:49:29 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA07010; Wed, 10 Mar 1999 17:49:16 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199903110149.RAA07010@freefall.freebsd.org> From: Brian Somers Date: Wed, 10 Mar 1999 17:49:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ccp.c deflate.c pred.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/03/10 17:49:16 PST Modified files: usr.sbin/ppp ccp.c deflate.c pred.c Log: Tone down the log levels (Log{ERROR,WARN} -> LogCCP) when we've simply missed a packet. When our Predictor1 CRC is wrong (implying we've dropped a packet), don't send a ResetReq(). Instead, send another CCP ConfigReq(). *shrug* My tests show this as being far worse than the ResetReq as we may have further Nak/Rejs etc and we're basically resetting both our incoming and outgoing compression dictionaries, but rfc1978 says the ConfigReq is correct, so we'd better go along... Revision Changes Path 1.44 +5 -5 src/usr.sbin/ppp/ccp.c 1.12 +6 -6 src/usr.sbin/ppp/deflate.c 1.23 +7 -5 src/usr.sbin/ppp/pred.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message