Turn off LWIP_SO_RCVTIMEO

We no longer use the receive timeout option in lwIP, so disable it to
save a small amount of ROM+RAM.
pull/13205/head
Kevin Bracey 2020-06-30 11:48:13 +03:00
parent 134abf8e1f
commit c2c2b19ecf
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@
#define LWIP_COMPAT_SOCKETS 0
#define LWIP_POSIX_SOCKETS_IO_NAMES 0
#define LWIP_SO_RCVTIMEO 1
#define LWIP_BROADCAST_PING 1