Searched hist:"33 d41c9cd74c56643a710810703b6bce6eb25efa" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | diff 33d41c9cd74c56643a710810703b6bce6eb25efa Fri Aug 13 17:15:41 CDT 2021 Paolo Abeni <pabeni@redhat.com> mptcp: more accurate timeout
As reported by Maxim, we have a lot of MPTCP-level retransmissions when multilple links with different latencies are in use.
This patch refactor the mptcp-level timeout accounting so that the maximum of all the active subflow timeout is used. To avoid traversing the subflow list multiple times, the update is performed inside the packet scheduler.
Additionally clean-up a bit timeout handling.
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|