]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Tone down the log levels (Log{ERROR,WARN} -> LogCCP)
authorbrian <brian@FreeBSD.org>
Thu, 11 Mar 1999 01:49:15 +0000 (01:49 +0000)
committerbrian <brian@FreeBSD.org>
Thu, 11 Mar 1999 01:49:15 +0000 (01:49 +0000)
commite1bfa8246d0e06905f031d831a39c068717a807f
tree924dca68ca4d843b359e2face7811a7fa509a6f6
parent2adbdf81a7b8649a7dd26bade0f7633556308866
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...
usr.sbin/ppp/ccp.c
usr.sbin/ppp/deflate.c
usr.sbin/ppp/pred.c