Fixed bug #26672 (close connection when receive window = 0) by correctly draining recvmbox/acceptmbox

This commit is contained in:
goldsimon
2010-01-08 15:10:03 +00:00
parent 28f0bbd575
commit 533e6b5f8d
4 changed files with 132 additions and 28 deletions

View File

@@ -33,6 +33,10 @@ HISTORY
++ Bugfixes:
2010-01-08: Simon Goldschmidt
* api_msg.h/.c, api_lib.c: Fixed bug #26672 (close connection when receive
window = 0) by correctly draining recvmbox/acceptmbox
2010-01-08: Simon Goldschmidt
* sockets.c: Fixed bug #28519 (lwip_recvfrom bug with len > 65535)