Closed WenyuanShao closed 5 years ago
Lwip takes a lot more memory than we expected which makes each SSL or echo server fwp much larger than we want.
this looks like eat lots of memory (MEMP_NUM_TCP_SEG) https://github.com/WenyuanShao/eos/blob/fwp/src/components/lib/lwip/cos/include/lwipopts.h#L44
fixed
Lwip takes a lot more memory than we expected which makes each SSL or echo server fwp much larger than we want.