mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-12-12 17:56:39 +08:00
Option PPP_FCS_TABLE is created which controls if PPPoS FCS calculation should be done against precalculated table or by using a short algorithm. Default value is 1, keeps old behaviour. Setting it to 0 saves around 0.5 kB flash.