]> granicus.if.org Git - esp-idf/commitdiff
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)
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


Trivial merge