unixlib: LWIP_LISTEN_BACKLOG -> TCP_LISTEN_BACKLOG

see patch #10116
This commit is contained in:
Simon Goldschmidt 2023-10-12 21:10:53 +02:00
parent 35cbad52cc
commit 6864eb1749

View File

@ -341,7 +341,7 @@
*/
#define LWIP_TCP 1
#define LWIP_LISTEN_BACKLOG 0
#define TCP_LISTEN_BACKLOG 0
/*
----------------------------------