Skip to content

Commit c2c2b19

Browse files
committed
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.
1 parent 134abf8 commit c2c2b19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/lwipstack/lwipopts.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201

202202
#define LWIP_COMPAT_SOCKETS 0
203203
#define LWIP_POSIX_SOCKETS_IO_NAMES 0
204-
#define LWIP_SO_RCVTIMEO 1
205204

206205
#define LWIP_BROADCAST_PING 1
207206

0 commit comments

Comments
 (0)