From f20cf85864dafa52d3f27ee04f6b4510fa44a38e Mon Sep 17 00:00:00 2001 From: Christian Ehlers Date: Thu, 10 Jan 2019 19:26:02 +0100 Subject: [PATCH] Enabled LCP echo intervals --- components/lwip/include/lwip/lwip/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwip/include/lwip/lwip/opt.h b/components/lwip/include/lwip/lwip/opt.h index 6ea556ac11..a4c2b03d8c 100755 --- a/components/lwip/include/lwip/lwip/opt.h +++ b/components/lwip/include/lwip/lwip/opt.h @@ -2275,7 +2275,7 @@ * LCP_ECHOINTERVAL: Interval in seconds between keepalive echo requests, 0 to disable. */ #ifndef LCP_ECHOINTERVAL -#define LCP_ECHOINTERVAL 0 +#define LCP_ECHOINTERVAL 10 #endif /**