mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-21 23:56:59 +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:
@@ -2394,7 +2394,7 @@
|
||||
#endif
|
||||
|
||||
/**
|
||||
* PPP_MAXIDLEFLAG: Max Xmit idle time (in jiffies) before resend flag char.
|
||||
* PPP_MAXIDLEFLAG: Max Xmit idle time (in ms) before resend flag char.
|
||||
*/
|
||||
#ifndef PPP_MAXIDLEFLAG
|
||||
#define PPP_MAXIDLEFLAG 100
|
||||
|
||||
Reference in New Issue
Block a user