mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-30 03:32:50 +00:00
9e0202b38f
Jiffies isn't really a humanly readable value and it means the default PPP_MAXIDLEFLAG period depends on the platform "jiffies" frequency, which isn't nice. Change PPP_MAXIDLEFLAG to use ms instead of jiffies, the current PPP_MAXIDLEFLAG default (100 ms), looks like a sane value and is left unchanged.