fixed bug #34360 tcp_shutdown: RST on unacked is not send when shutting down both rx AND tx

This commit is contained in:
Simon Goldschmidt
2011-09-22 21:38:56 +02:00
parent e145c1d31c
commit 797f26e45b
2 changed files with 12 additions and 7 deletions

View File

@@ -65,6 +65,10 @@ HISTORY
++ Bugfixes:
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