]> Git Repo - linux.git/commit - net/mptcp/protocol.c
mptcp: introduce MPTCP retransmission timer
authorPaolo Abeni <[email protected]>
Fri, 27 Mar 2020 21:48:44 +0000 (14:48 -0700)
committerDavid S. Miller <[email protected]>
Mon, 30 Mar 2020 05:14:48 +0000 (22:14 -0700)
commitb51f9b80c032e1af1e3e7e8dc733d2d49831e982
tree0a7b141e21707fd6a0600cf2f0d37baffdf0a876
parent18b683bff89d46ace55f12d00c0440d44d6160c4
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 <[email protected]>
Signed-off-by: Mat Martineau <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/mptcp/options.c
net/mptcp/protocol.c
net/mptcp/protocol.h
This page took 0.054666 seconds and 4 git commands to generate.