]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
fixed bug #34636: FIN_WAIT_2 - Incorrect shutdown of TCP pcb: don't let PCBs time...
authorgoldsimon <goldsimon@gmx.de>
Sat, 21 Jan 2012 17:05:15 +0000 (18:05 +0100)
committergoldsimon <goldsimon@gmx.de>
Sat, 21 Jan 2012 17:05:15 +0000 (18:05 +0100)
commit4c3dfb92b7667068226f602a1e658f4a8ad8d757
tree75b5fa0d3eb73e27a5db55ddd3322a7f64bed3b4
parentfc2efaeb8c8d8c8f6d44ff9138bed5872c300675
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))
CHANGELOG
src/core/tcp.c