Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/lwip

This commit is contained in:
Simon Goldschmidt
2011-09-23 19:16:01 +02:00
2 changed files with 12 additions and 7 deletions

View File

@@ -69,6 +69,10 @@ HISTORY
* 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.c: fixed bug #34360 tcp_shutdown: RST on unacked is not send when
shutting down both rx AND tx
2011-09-22: Simon Goldschmidt
* tcp_impl.h: fixed bug #34355: nagle does not take snd_buf/snd_queuelen into
account