diff options
author | Joseph Henry <joseph.henry@gmail.com> | 2015-11-03 10:30:18 -0800 |
---|---|---|
committer | Joseph Henry <joseph.henry@gmail.com> | 2015-11-03 10:30:18 -0800 |
commit | df391c84133e1af2945d1a484fe64420cc668fa2 (patch) | |
tree | 978fbe053c227d35fea42907980a2cc2bf107192 /ext | |
parent | 4c20fa4874f3f401d600ba6232a2cfb543fc4506 (diff) | |
download | infinitytier-df391c84133e1af2945d1a484fe64420cc668fa2.tar.gz infinitytier-df391c84133e1af2945d1a484fe64420cc668fa2.zip |
Added debug statements for transfer test
Diffstat (limited to 'ext')
-rw-r--r-- | ext/lwipopts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/lwipopts.h b/ext/lwipopts.h index dd743cc3..6b95e9b5 100644 --- a/ext/lwipopts.h +++ b/ext/lwipopts.h @@ -48,6 +48,7 @@ //#define TCP_MSS 2048 //#define TCP_WND 512 +#define LWIP_NOASSERT 1 #define TCP_LISTEN_BACKLOG 0 /*------------------------------------------------------------------------------ |