Working from-source IP stack

This commit is contained in:
Angus Gratton 2015-05-21 12:06:55 +10:00
parent e4bc8fab7a
commit df9e9bf9a4
4 changed files with 71 additions and 34 deletions

View file

@ -38,6 +38,9 @@
#define EBUF_LWIP 1
#define ESP_TIMEWAIT_THRESHOLD 10000
// Uncomment this line, and set the debug options you want below, for IP stack debug output
//#define LWIP_DEBUG
/*
-----------------------------------------------
---------- Platform specific locking ----------