OSDN Git Service

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)
commitd09d818ec2ed31bce94fdcfcc4700233e01f8498
tree9f2d7cd1390816aa185fa6c8e42446c3fa2e117b
parente3859603ba13e7545372b76ab08436993d540a5a
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: 6e628cd3a8f7 ("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