tcp_kill_prio(): prefer nearly-closed connections (waiting for the last ACK only) over established connections when out of tcp pcbs

This commit is contained in:
goldsimon
2015-01-20 12:45:26 +01:00
parent 28476e3b7b
commit e926a93568
2 changed files with 34 additions and 13 deletions

View File

@@ -6,6 +6,10 @@ HISTORY
++ New features:
2015-01-02: Simon Goldschmidt
* tcp.c: tcp_kill_prio(): prefer nearly-closed connections (waiting for the
last ACK only) over established connections when out of tcp pcbs
2015-01-17: Simon Goldschmidt
* api: allow enabling socket API without (public) netconn API - netconn API is
still used by sockets, but keeping it private (static) should allow better