From 6864eb174938625f049567b0bfb50722c7c6454c Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Thu, 12 Oct 2023 21:10:53 +0200 Subject: [PATCH] unixlib: LWIP_LISTEN_BACKLOG -> TCP_LISTEN_BACKLOG see patch #10116 --- contrib/ports/unix/lib/lwipopts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ports/unix/lib/lwipopts.h b/contrib/ports/unix/lib/lwipopts.h index 665ecaf3..16db449b 100644 --- a/contrib/ports/unix/lib/lwipopts.h +++ b/contrib/ports/unix/lib/lwipopts.h @@ -341,7 +341,7 @@ */ #define LWIP_TCP 1 -#define LWIP_LISTEN_BACKLOG 0 +#define TCP_LISTEN_BACKLOG 0 /* ----------------------------------