]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: send explicit ack on delayed ack_seq incr
authorPaolo Abeni <pabeni@redhat.com>
Mon, 16 Nov 2020 09:48:14 +0000 (10:48 +0100)
committerJakub Kicinski <kuba@kernel.org>
Mon, 16 Nov 2020 18:46:07 +0000 (10:46 -0800)
commitc560fc1f41b89e1e3fa7b0864f9db4d5a78057ef
tree99955cee5d38f5e3f121272f68d174d3529e8c92
parent09a6df1d8754b7e2379cdd0b02a74aef8393a7e5
mptcp: send explicit ack on delayed ack_seq incr

When the worker moves some bytes from the OoO queue into
the receive queue, the msk->ask_seq is updated, the MPTCP-level
ack carrying that value needs to wait the next ingress packet,
possibly slowing down or hanging the peer

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/protocol.c