Added support for listen backlogs

This commit is contained in:
Joseph Henry 2015-10-14 16:04:26 -04:00
commit 9ca699c86d
2 changed files with 8 additions and 4 deletions

View file

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