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

@@ -10,6 +10,9 @@ with newer versions.
++ Application changes:
* TCP only kills existing connections with a LOWER priority than the one currently being opened.
Previous implementations also kill existing connections of the SAME priority.
* ip4_route_src: parameter order is reversed: ip4_route_src(dest, src) -> ip4_route_src(src, dest)
to make parameter order consistent with other ip*_route*() functions.
Same also applies to LWIP_HOOK_IP4_ROUTE_SRC() parameter order.