fixed bug #37958 "netconn API doesn't handle correctly connections half-closed by peer"

This commit is contained in:
sg
2015-02-18 22:21:26 +01:00
parent 101f57d5e0
commit 730529353d
2 changed files with 20 additions and 2 deletions

View File

@@ -6,6 +6,10 @@ HISTORY
++ New features:
2015-02-18: Simon Goldschmidt
* api_lib.c: fixed bug #37958 "netconn API doesn't handle correctly
connections half-closed by peer"
2015-02-18: Simon Goldschmidt
* tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections
(see bug #39565)