You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of PPP are you using, and are you using a distro version, and have you made any local modifications?
The reason I'm asking is that this is the relevant line of the current upstream source:
warn("deflate option value of %d changed to %d to avoid zlib bug",
DEFLATE_MIN_SIZE, DEFLATE_MIN_WORKS);
DEFLATE_MIN_SIZE is defined to be 8 in include/linux/ppp-comp.h, and DEFLATE_MIN_WORKS is defined to be 9 in pppd/ccp.c. So I think the version you're using must have been modified from the upstream version.
In my
peer/<name>
file I've setdeflate 9
. Now, when runningpon <name>
, I getwhich is confusing.
The text was updated successfully, but these errors were encountered: