diff --git a/contrib/ports/unix/lib/lwipopts.h b/contrib/ports/unix/lib/lwipopts.h index 665ecaf35..16db449bb 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 /* ----------------------------------