diff options
author | Joseph Henry <joseph.henry@zerotier.com> | 2015-10-14 17:03:32 -0400 |
---|---|---|
committer | Joseph Henry <joseph.henry@zerotier.com> | 2015-10-14 17:03:32 -0400 |
commit | e722eab8927512c2614c777822fb19d03c49b822 (patch) | |
tree | 09680e4c4e66d681025daa04416ca9750b890a3e /ext | |
parent | 9ca699c86d520eb3bde5ba5b8884291298f0e8bd (diff) | |
download | infinitytier-e722eab8927512c2614c777822fb19d03c49b822.tar.gz infinitytier-e722eab8927512c2614c777822fb19d03c49b822.zip |
Disabled TCP listen backlog, must be enabled in lwipopts.h
Diffstat (limited to 'ext')
-rw-r--r-- | ext/lwipopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/lwipopts.h b/ext/lwipopts.h index 597fee50..7e7eab6c 100644 --- a/ext/lwipopts.h +++ b/ext/lwipopts.h @@ -48,7 +48,7 @@ //#define TCP_MSS 2048 //#define TCP_WND 512 -#define TCP_LISTEN_BACKLOG 1 +#define TCP_LISTEN_BACKLOG 0 /*------------------------------------------------------------------------------ ---------------------------------- Timers -------------------------------------- |