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:
Sylvain Rochet
2015-09-26 23:01:15 +02:00
parent ba41685353
commit 9e0202b38f
3 changed files with 6 additions and 4 deletions

View File

@@ -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