fixed bug #33871: rejecting TCP_EVENT_RECV() for the last packet including FIN can lose data

This commit is contained in:
Simon Goldschmidt
2011-09-23 19:14:17 +02:00
committed by goldsimon
parent ac7c061406
commit 140eb22cf0
4 changed files with 65 additions and 12 deletions

View File

@@ -45,6 +45,10 @@ HISTORY
++ Bugfixes:
2011-09-23: Simon Goldschmidt
* pbuf.h, tcp.c, tcp_in.c: fixed bug #33871: rejecting TCP_EVENT_RECV() for
the last packet including FIN can lose data
2011-09-22: Simon Goldschmidt
* tcp_impl.h: fixed bug #34355: nagle does not take snd_buf/snd_queuelen into
account