mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
lwip: Made LCP ECHO bool for better user experience
This commit is contained in:
@@ -745,16 +745,17 @@
|
||||
--------- LCP Echo options ---------
|
||||
------------------------------------
|
||||
*/
|
||||
#if CONFIG_LWIP_ENABLE_LCP_ECHO
|
||||
/**
|
||||
* LCP_ECHOINTERVAL: Interval in seconds between keepalive LCP echo requests, 0 to disable.
|
||||
*/
|
||||
#define LCP_ECHOINTERVAL CONFIG_LCP_ECHOINTERVAL
|
||||
#define LCP_ECHOINTERVAL CONFIG_LWIP_LCP_ECHOINTERVAL
|
||||
|
||||
/**
|
||||
* LCP_MAXECHOFAILS: Number of consecutive unanswered echo requests before failure is indicated.
|
||||
*/
|
||||
#define LCP_MAXECHOFAILS CONFIG_LCP_MAXECHOFAILS
|
||||
|
||||
#define LCP_MAXECHOFAILS CONFIG_LWIP_LCP_MAXECHOFAILS
|
||||
#endif /* CONFIG_LWIP_ENABLE_LCP_ECHO */
|
||||
|
||||
/*
|
||||
--------------------------------------
|
||||
|
Reference in New Issue
Block a user