From: Paolo Abeni <pabeni@redhat.com>
To: mptcp@lists.linux.dev
Subject: [PATCH mptcp-next 0/2] mptcp: fix another close hang-up
Date: Mon, 28 Aug 2023 13:03:27 +0200 [thread overview]
Message-ID: <cover.1693220454.git.pabeni@redhat.com> (raw)
If the TCP subflows close silently due to timeouts, the msk socket
can hang-up indefinitely.
Implement an additional close timeout triggered with the last subflow
close event and move the msk to TCP_CLOSE when it fires.
Should address issues/430 and issues/431.
Paolo Abeni (2):
mptcp: rename timer related helper to less confusing names
mptcp: implement connection level timeout.
net/mptcp/protocol.c | 120 +++++++++++++++++++++----------------------
net/mptcp/protocol.h | 22 +++++++-
net/mptcp/subflow.c | 3 +-
3 files changed, 83 insertions(+), 62 deletions(-)
--
2.41.0
next reply other threads:[~2023-08-28 11:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-28 11:03 Paolo Abeni [this message]
2023-08-28 11:03 ` [PATCH mptcp-next 1/2] mptcp: rename timer related helper to less confusing names Paolo Abeni
2023-08-28 11:03 ` [PATCH mptcp-next 2/2] mptcp: implement connection level timeout Paolo Abeni
2023-08-28 12:07 ` mptcp: implement connection level timeout.: Tests Results MPTCP CI
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1693220454.git.pabeni@redhat.com \
--to=pabeni@redhat.com \
--cc=mptcp@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.