mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 00:53:37 +08:00
Fixed bug #22110 (recv() makes receive window update for data that wasn't received by application); added function-like macros to correctly access/change conn->recv_timeout and conn->recv_bufsize
This commit is contained in:
@@ -103,6 +103,12 @@ HISTORY
|
||||
|
||||
++ Bugfixes:
|
||||
|
||||
2010-02-09: Simon Goldschmidt
|
||||
* api_lib.c, api_msg.c, sockets.c, api.h, api_msg.h: Fixed bug #22110
|
||||
(recv() makes receive window update for data that wasn't received by
|
||||
application)
|
||||
|
||||
|
||||
2010-02-09: Simon Goldschmidt/Stephane Lesage
|
||||
* sockets.c: Fixed bug #28853 (lwip_recvfrom() returns 0 on receive time-out
|
||||
or any netconn_recv() error)
|
||||
|
||||
Reference in New Issue
Block a user