Apply patch #9472: tcp_kill_prio: Don't kill active connection that has the same priority

in a modified, IMHO more readable way.
This commit is contained in:
Dirk Ziegelmeier
2017-11-06 12:53:08 +01:00
parent 41cf4012af
commit d8b6cdffcb
3 changed files with 20 additions and 3 deletions

View File

@@ -6,6 +6,10 @@ HISTORY
++ New features:
2017-11-06: Axel Lin
* TCP: kill existing connections with a LOWER priority than the one currently being opened.
Previous implementations also kill existing connections of the SAME priority.
2017-09-21: Kalle Olavi Niemitalo
* sockets: add poll() implementation (patch #9450)