mbox series

[RFC,0/4] mptcp: add reset option support

Message ID 20200924143505.27641-1-fw@strlen.de
Headers show
Series mptcp: add reset option support | expand

Message

Florian Westphal Sept. 24, 2020, 2:35 p.m. UTC
This series adds initial support for the RESET option.
First patch is a minor cleanup, I would propose to pass this to
net-next.

Second patch moves a few helpers around so they can be used
from tcp core (needed to add mtpcp reset option to 'active resets',
as those do not use the normal tcp output option path).

Third patch adds mptcp reset option, both for sending and receiving.

Last patch adds a call to the mptcp layer for inbound resets.

At this time, this is non-sensical, as nothing makes use of the
rest-option hint.

The option/reason code would have to be propagated to the PM so
it could use that for e.g. reconnect decisions.

We can discuss further steps in todays meeting.