]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: introduce MPTCP retransmission timer
authorPaolo Abeni <pabeni@redhat.com>
Fri, 27 Mar 2020 21:48:44 +0000 (14:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 05:14:48 +0000 (22:14 -0700)
commit720303372d1458598d8c31b1659dd07d848cd824
tree0a7b141e21707fd6a0600cf2f0d37baffdf0a876
parent144d9c09eb3196d86b8fcd15a586c7bacd90722b
mptcp: introduce MPTCP retransmission timer

The timer will be used to schedule retransmission. It's
frequency is based on the current subflow RTO estimation and
is reset on every una_seq update

The timer is clearer for good by __mptcp_clear_xmit()

Also clean MPTCP rtx queue before each transmission.

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
net/mptcp/protocol.h