]> granicus.if.org Git - esp-idf/commit
lwip: fix tcp rx abnormal issue(tw8242)
authorLiu Zhi Fu <liuzhifu@espressif.com>
Mon, 31 Oct 2016 09:50:09 +0000 (17:50 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Mon, 31 Oct 2016 09:50:09 +0000 (17:50 +0800)
commita5552b1e21b725bc17882e2b44452d194b56f97a
tree78dfa533f9a09ad44923a92f991ce3be59eb1852
parente34fc7a46c8805dc706f14db74143713fdbfbfeb
lwip: fix tcp rx abnormal issue(tw8242)

In tcp_alloc(), initialize per_soc_tcp_wnd before initializing recv_wnd because recv_wnd depends on per_soc_tcp_wnd.
components/lwip/core/tcp.c
components/lwip/core/tcp_out.c
components/lwip/include/lwip/port/lwipopts.h