]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: add a missing retransmission timer scheduling
authorPaolo Abeni <pabeni@redhat.com>
Thu, 11 Feb 2021 23:30:42 +0000 (15:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Feb 2021 02:30:55 +0000 (18:30 -0800)
commitbcf26c7314105f0fbae7db05d4a74a60cc97155f
tree9f2d7cd1390816aa185fa6c8e42446c3fa2e117b
parent8fe0b724cc354bf508a91d29bc989800edda5113
mptcp: add a missing retransmission timer scheduling

Currently we do not schedule the MPTCP retransmission
timer after pushing the data when such action happens
in the subflow context.

This may cause hang-up on active-backup scenarios, or
even when only single subflow msks are involved, if we lost
some peer's ack.

Fixes: 3bae9847f333 ("mptcp: use mptcp release_cb for delayed tasks")
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>
net/mptcp/options.c
net/mptcp/protocol.c