]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/tw8242_fix_tcp_rx_abnormal_issue' into 'master'
authorWu Jian Gang <wujiangang@espressif.com>
Mon, 31 Oct 2016 12:28:11 +0000 (20:28 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Mon, 31 Oct 2016 12:28:11 +0000 (20:28 +0800)
commitc7f8d206edba365ad8ba4133822e421a9e8fb108
treeb38ba1d66f4eecaab369ab4c4c0c56dc9cb1a78e
parentd7b4197ade9ee03ff43fd46449823773ec454006
parent2b722ea468ee69693d5e728101e7b4e36c66f231
Merge branch 'bugfix/tw8242_fix_tcp_rx_abnormal_issue' into 'master'

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. 

See merge request !160