]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-rtx-timer'
authorDavid S. Miller <davem@davemloft.net>
Sat, 20 Nov 2021 14:24:00 +0000 (14:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Nov 2021 14:24:00 +0000 (14:24 +0000)
commitbb3a50cd41c1dc8d4a4336ddf7d1884d38d3d517
treeca2ece9d265062219bf920c4c441f2eb7017c998
parentc69ad9d89eb9a730fa14eb59be8a50e49317fbc6
parent69294142d2cd66f69d3dfd4c69f8d9a1d73aae70
Merge branch 'mptcp-rtx-timer'

Paolo Abeni says:

====================
mptcp: fix 3rd ack rtx timer

Eric noted that the MPTCP code do the wrong thing to schedule
the MPJ 3rd ack timer. He also provided a patch to address the
issues (patch 1/2).

To fix for good the MPJ 3rd ack retransmission timer, we additionally
need to set it after the current ack is transmitted (patch 2/2)

Note that the bug went unnotice so far because all the related
tests required some running data transfer, and that causes
MPTCP-level ack even on the opening MPJ subflow. We now have
explicit packet drill coverage for this code path.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>