mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 00:53:37 +08:00
fixed bug #33962 TF_FIN not always set after FIN is sent. (This merely prevents nagle from not transmitting fast after closing.)
This commit is contained in:
committed by
goldsimon
parent
d154f5c653
commit
626131fb28
@@ -21,6 +21,10 @@ HISTORY
|
||||
|
||||
++ Bugfixes:
|
||||
|
||||
2011-08-22: Simon Goldschmidt
|
||||
* tcp_out.c: fixed bug #33962 TF_FIN not always set after FIN is sent. (This
|
||||
merely prevents nagle from not transmitting fast after closing.)
|
||||
|
||||
2011-07-22: Simon Goldschmidt
|
||||
* api_lib.c, api_msg.c, sockets.c, api.h: fixed bug #31084 (socket API returns
|
||||
always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now
|
||||
|
||||
Reference in New Issue
Block a user