fixed bug #34636: FIN_WAIT_2 - Incorrect shutdown of TCP pcb: don't let PCBs time out from FIN_WAIT_2 if the RX side wasn't close (by either calling tcp_close or tcp_shutdown(RDWR))

This commit is contained in:
goldsimon
2012-01-21 18:05:15 +01:00
parent fc2efaeb8c
commit 4c3dfb92b7
2 changed files with 12 additions and 4 deletions

View File

@@ -76,6 +76,9 @@ HISTORY
++ Bugfixes:
2012-01-21: Simon Goldschmidt
* tcp.c: fixed bug #34636: FIN_WAIT_2 - Incorrect shutdown of TCP pcb
2012-01-20: Simon Goldschmidt
* dhcp.c: fixed bug #35151: DHCP asserts on incoming option lengths