mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 09:53:45 +08:00
PPP, PPP_MAXIDLEFLAG is now in ms instead of jiffies
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.
This commit is contained in:
@@ -419,3 +419,5 @@ from previous lwIP version is pretty easy:
|
||||
conditional.
|
||||
|
||||
* PPPoS now requires a serial output callback
|
||||
|
||||
* PPP_MAXIDLEFLAG is now in ms instead of jiffies
|
||||
|
||||
Reference in New Issue
Block a user