Fixed bug #47485 (tcp_close() should not fail on memory error) by retrying to send FIN from tcp_fasttmr

This commit is contained in:
goldsimon
2017-02-10 09:42:38 +01:00
parent 82711e069c
commit bc07fd9db5
3 changed files with 41 additions and 14 deletions

View File

@@ -5,7 +5,10 @@ HISTORY
* [Enter new changes just after this line - do not remove this line]
++ New features:
2017-02-10: Simon Goldschmidt
* tcp_close does not fail on memory error (instead, FIN is sent from tcp_tmr)
2017-02-04: David van Moolenbroek
- IPv6 scopes support