Minor change in Win32 port: rename LWIP_LISTEN_BACKLOG in TCP_LISTEN_BACKLOG

This commit is contained in:
fbernon 2008-01-04 22:24:37 +00:00
parent 9bee80463c
commit 823c4df3a2

View File

@ -44,7 +44,7 @@
#define LWIP_HAVE_LOOPIF 1
#define LWIP_LISTEN_BACKLOG 0
#define TCP_LISTEN_BACKLOG 0
#define LWIP_COMPAT_SOCKETS 1
#define LWIP_SO_RCVTIMEO 1