diff mbox series

Re: Commit text change: Handle MPTCP TCP options

Message ID 70cffe68-4544-ca05-0f3d-d166b58e47b1@tessares.net
State Accepted, archived
Delegated to: Matthieu Baerts
Headers show
Series Re: Commit text change: Handle MPTCP TCP options | expand

Commit Message

Matthieu Baerts Jan. 20, 2020, 4:14 p.m. UTC
Hi Peter,

On 18/01/2020 02:24, Peter Krystad wrote:
> 
> Would like to change the commit text to:
>      
> Add hooks to parse and format the MP_CAPABLE option.
> 
> This option is handled according to MPTCP version 0 (RFC6824).
> MPTCP version 1 MP_CAPABLE (RFC6824bis/RFC8684) will be added
> later in coordination with related code changes.

Thank you for this new version of the commit message!

- fbc4fbbe1b40: fix in t/mptcp-Handle-MPTCP-TCP-options


===
===


Export will be launched soon.

Cheers,
Matt
diff mbox series

Patch

diff --git a/.topmsg b/.topmsg
index fa4ab165bfbc..4fe41b754dea 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,11 +1,11 @@ 
  From: Peter Krystad <peter.krystad@linux.intel.com>
  Subject: [PATCH] mptcp: Handle MPTCP TCP options

-Add routines to parse and format the MP_CAPABLE option.
+Add hooks to parse and format the 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.
+This option is handled according to MPTCP version 0 (RFC6824).
+MPTCP version 1 MP_CAPABLE (RFC6824bis/RFC8684) will be 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>