Date: Wed, 10 Mar 1999 17:49:16 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ccp.c deflate.c pred.c Message-ID: <199903110149.RAA07010@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903110149.RAA07010>