]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-MP_FAIL-timeout'
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Apr 2022 09:45:55 +0000 (10:45 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Apr 2022 09:45:55 +0000 (10:45 +0100)
commit895b6c2d1f164025ac50520e43f1b7565ff095e0
treef1266f4174403249ce05925e3404f45e0dea8b4d
parent94a6c2aaaee53eef3a840b8a8e01a6b6f132eafc
parent627e8f95cb94d1ea11bf44565c8682e17ff82c0e
Merge branch 'mptcp-MP_FAIL-timeout'

Mat Martineau says:

====================
mptcp: Timeout for MP_FAIL response

When one peer sends an infinite mapping to coordinate fallback from
MPTCP to regular TCP, the other peer is expected to send a packet with
the MPTCP MP_FAIL option to acknowledge the infinite mapping. Rather
than leave the connection in some half-fallback state, this series adds
a timeout after which the infinite mapping sender will reset the
connection.

Patch 1 adds a fallback self test.

Patches 2-5 make use of the MPTCP socket's retransmit timer to reset the
MPTCP connection if no MP_FAIL was received.

Patches 6 and 7 extends the self test to check MP_FAIL-related MIBs.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>