mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Again: Fixed bug #26672 (close connection when receive window = 0) by correctly draining recvmbox/acceptmbox
This commit is contained in:
@@ -46,6 +46,10 @@ HISTORY
|
||||
|
||||
++ Bugfixes:
|
||||
|
||||
2010-01-13: 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-11: Simon Goldschmidt
|
||||
* pap.c: Fixed bug #13315 (PPP PAP authentication can result in
|
||||
erroneous callbacks) by copying the code from recent pppd
|
||||
@@ -56,10 +60,6 @@ HISTORY
|
||||
2010-01-10: Simon Goldschmidt
|
||||
* tcp.h/.c: bug #28127 (remove call to tcp_output() from tcp_ack(_now)())
|
||||
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user