add LINGER to menuconfig

This commit is contained in:
xueyunfei
2020-05-14 15:18:39 +08:00
parent 94ce4836ae
commit df43a1affc
2 changed files with 19 additions and 0 deletions

View File

@@ -562,6 +562,11 @@
*/
#define LWIP_TCP_KEEPALIVE 1
/**
* LWIP_SO_LINGER==1: Enable SO_LINGER processing.
*/
#define LWIP_SO_LINGER CONFIG_LWIP_SO_LINGER
/**
* LWIP_SO_RCVBUF==1: Enable SO_RCVBUF processing.
*/