Fixed bug #27904: TCP sends too many ACKs: delay resetting tcp_input_pcb until after calling the pcb's callbacks

This commit is contained in:
goldsimon
2009-12-02 17:01:29 +00:00
parent 04c5246e02
commit 3a1c5944e7
2 changed files with 8 additions and 5 deletions

View File

@@ -46,6 +46,10 @@ HISTORY
++ Bugfixes:
2009-12-02: Simon Goldschmidt
* tcp_in.c: Fixed bug #27904: TCP sends too many ACKs: delay resetting
tcp_input_pcb until after calling the pcb's callbacks
2009-11-29: Simon Goldschmidt
* tcp_in.c: Fixed bug #28054: Two segments with FIN flag on the out-of-
sequence queue, also fixed PBUF_POOL leak in the out-of-sequence code