Disabled TCP listen backlog, must be enabled in lwipopts.h

This commit is contained in:
Joseph Henry 2015-10-14 17:03:32 -04:00
commit e722eab892
4 changed files with 19 additions and 64 deletions

View file

@ -48,7 +48,7 @@
//#define TCP_MSS 2048
//#define TCP_WND 512
#define TCP_LISTEN_BACKLOG 1
#define TCP_LISTEN_BACKLOG 0
/*------------------------------------------------------------------------------
---------------------------------- Timers --------------------------------------