ERR_IF is not necessarily a fatal error (fixes bug #46338: UDP netconns block after fatal error)

This commit is contained in:
sg
2016-03-05 16:15:04 +01:00
parent b00a17059a
commit 375ec36246
4 changed files with 18 additions and 16 deletions

View File

@@ -302,6 +302,9 @@ HISTORY
++ Bugfixes:
2016-03-05: Simon Goldschmidt
* err.h/.c, sockets.c: ERR_IF is not necessarily a fatal error
2015-11-19: fix by Kerem Hadimli
* sockets.c: fixed bug #46471: lwip_accept() leaks socket descriptors if new
netconn was already closed because of peer behavior