commit | 50c504a20a754ca37b5e1f4e660cd687769a7dca | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Dec 10 14:25:04 2020 -0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Mon Dec 14 17:30:06 2020 -0800 |
tree | 89e5bb5338107150a46d8df25cd76db5a9b7353c | |
parent | 049fe386d35353398eee40ba8d76ab62cb5a24e5 [diff] |
mptcp: parse and act on incoming FASTCLOSE option parse the MPTCP FASTCLOSE subtype. If provided key matches the local one, schedule the work queue to close (with tcp reset) all subflows. The MPTCP socket moves to closed state immediately. Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>