linux/net/mptcp
Paolo Abeni b51f9b80c0 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>
2020-03-29 22:14:48 -07:00
..
crypto.c mptcp: Add ADD_ADDR handling 2020-03-29 22:14:48 -07:00
ctrl.c mptcp: new sysctl to control the activation per NS 2020-01-24 13:44:08 +01:00
Kconfig mptcp: select CRYPTO 2020-02-16 19:37:16 -08:00
Makefile mptcp: Add path manager interface 2020-03-29 22:14:48 -07:00
options.c mptcp: introduce MPTCP retransmission timer 2020-03-29 22:14:48 -07:00
pm.c mptcp: Implement path manager interface commands 2020-03-29 22:14:48 -07:00
protocol.c mptcp: introduce MPTCP retransmission timer 2020-03-29 22:14:48 -07:00
protocol.h mptcp: introduce MPTCP retransmission timer 2020-03-29 22:14:48 -07:00
subflow.c mptcp: Add handling of outgoing MP_JOIN requests 2020-03-29 22:14:48 -07:00
token.c mptcp: Add handling of incoming MP_JOIN requests 2020-03-29 22:14:48 -07:00