OVMS3-idf/components/lwip/include/lwip
liuzhifu 1e9fc9f8f1 components: lwip - modify HEAP_HIGHWAT from 6K to 20K
Since esp32 has much more memory than esp31B, modify the HEAP_HIGHWAT from
6K to 20K.
Notes: HEAP_HIGHWAT is used for tcp/udp tx flow control, if socket task detects
that the free heap memory is less than HEAP_HIGHWAT, it stops to trasmitting until
the free heap memory is greater than HEAP_HIGHWAT
2016-09-01 15:17:50 +08:00
..
apps TW6738: fix DHCP -L issue 2016-08-26 19:06:38 +08:00
lwip components: lwip/tcpip_adapter/freertos/esp32 2016-08-26 19:03:51 +08:00
netif Initial public version 2016-08-17 23:08:22 +08:00
port components: lwip - modify HEAP_HIGHWAT from 6K to 20K 2016-09-01 15:17:50 +08:00
posix Initial public version 2016-08-17 23:08:22 +08:00