mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-25 09:37:07 +08:00
ccp_init() is meant to be called once, providing default configuration before user specific configuration is applied. In pppd user configuration is set just after all protocol init functions are called, in lwIP we use protocol reset functions to do that, which is more or less the same. Therefore, be consistent and move CCP user configuration from ccp_init to ccp_resetci.