don't fail closing a socket/netconn when failing to allocate the FIN segment; blocking the calling thread for a while is better than risking leaking a netconn/socket (see bug #46701)

Signed-off-by: sg <goldsimon@gmx.de>
This commit is contained in:
Joel Cunningham
2016-03-17 21:00:18 +01:00
committed by sg
parent b24e5cd1c8
commit 93ccba9bcb
2 changed files with 26 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ HISTORY
2015-11-12: Dirk Ziegelmeier
* Implement possibility to declare private memory pools. This is useful to
decouple some apps from the core (SNMP stack) or make contrib app useage
decouple some apps from the core (SNMP stack) or make contrib app usage
simpler (httpserver_raw)
2015-10-09: Simon Goldschmidt
@@ -302,6 +302,11 @@ HISTORY
++ Bugfixes:
2013-03-17: Joel Cunningham
* api_msg.c: don't fail closing a socket/netconn when failing to allocate the
FIN segment; blocking the calling thread for a while is better than risking
leaking a netconn/socket (see bug #46701)
2013-03-16: Joel Cunningham
* tcp_out.c: reset rto timer on fast retransmission