mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 17:08:49 +00:00
feat(lwip): Add support for PPP server
Added support PPP_SERVER option in LWIP Added support for configuring preferred addresses of PPP endpoints.
This commit is contained in:
committed by
David Čermák
parent
202bcadfd3
commit
18ff62017a
@@ -1082,6 +1082,11 @@ static inline uint32_t timeout_from_offered(uint32_t lease, uint32_t min)
|
||||
*/
|
||||
#define MPPE_SUPPORT CONFIG_LWIP_PPP_MPPE_SUPPORT
|
||||
|
||||
/**
|
||||
* PPP_SERVER==1: Enable PPP server support (waiting for incoming PPP session).
|
||||
*/
|
||||
#define PPP_SERVER CONFIG_LWIP_PPP_SERVER_SUPPORT
|
||||
|
||||
/**
|
||||
* PPP_MAXIDLEFLAG: Max Xmit idle time (in ms) before resend flag char.
|
||||
* TODO: If PPP_MAXIDLEFLAG > 0 and next package is send during PPP_MAXIDLEFLAG time,
|
||||
|
||||
Reference in New Issue
Block a user