diff mbox series

.topmsg: mptcp: Handle MPTCP TCP options

Message ID 20191213005822.29791-2-mathew.j.martineau@linux.intel.com
State Accepted, archived
Delegated to: Matthieu Baerts
Headers show
Series .topmsg: mptcp: Handle MPTCP TCP options | expand

Commit Message

Mat Martineau Dec. 13, 2019, 12:58 a.m. UTC
Make it clear that v1 changes come later in the series.

Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
---
 .topmsg | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.topmsg b/.topmsg
index b600890bd60b..02c0016415ae 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,7 +1,9 @@ 
 From: Peter Krystad <peter.krystad@linux.intel.com>
 Subject: [PATCH] mptcp: Handle MPTCP TCP options
 
-Currently only MPTCP v0 is supported so ignore v1 MP_CAPABLE option.
+These options are handled according to MPTCPv0 (RFC6824).
+RFC6824bis/RFC8684 MPTCPv1 MP_CAPABLE is added later in coordination
+with related code changes.
 
 Co-developed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
 Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
@@ -9,4 +11,5 @@  Co-developed-by: Florian Westphal <fw@strlen.de>
 Signed-off-by: Florian Westphal <fw@strlen.de>
 Co-developed-by: Davide Caratti <dcaratti@redhat.com>
 Signed-off-by: Davide Caratti <dcaratti@redhat.com>
+Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
 Signed-off-by: Peter Krystad <peter.krystad@linux.intel.com>