diff mbox series

Update commit message for "mptcp: cope with later TCP fallback"

Message ID 20200118012924.23062-1-mathew.j.martineau@linux.intel.com
State Accepted, archived
Delegated to: Matthieu Baerts
Headers show
Series Update commit message for "mptcp: cope with later TCP fallback" | expand

Commit Message

Mat Martineau Jan. 18, 2020, 1:29 a.m. UTC
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
---
 .topmsg | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Matthieu Baerts Jan. 20, 2020, 4:17 p.m. UTC | #1
Hi Mat,

On 18/01/2020 02:29, Mat Martineau wrote:
> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
> ---
>   .topmsg | 10 +++++-----
>   1 file changed, 5 insertions(+), 5 deletions(-)

Thank you for the patch!

- a1bee5b2204b: "squashed" in "mptcp: cope with later TCP fallback"

Export will be launched soon!

Cheers,
Matt
diff mbox series

Patch

diff --git a/.topmsg b/.topmsg
index 58389f14ec17..542b142671a9 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,10 +1,10 @@ 
 From: Paolo Abeni <pabeni@redhat.com>
 Subject: [PATCH] mptcp: cope with later TCP fallback
 
-With V1 passive connections can fallback TCP after that the
-subflow become established:
+With MPTCP v1, passive connections can fallback to TCP after the
+subflow becomes established:
 
-syn+ MP_CAPABLE ->
+syn + MP_CAPABLE ->
                <- syn, ack + MP_CAPABLE
 
 ack, seq = 3    ->
@@ -19,8 +19,8 @@  We can't use the 'subflow' socket fallback, as we don't have
 it available for passive connection.
 
 Instead, when the fallback is detected, replace the mptcp
-socket with the underlining TCP subflow. Beyond covering
-the above scenario, it makes TCP fallback socket as efficient
+socket with the underlying TCP subflow. Beyond covering
+the above scenario, it makes a TCP fallback socket as efficient
 as plain TCP ones.
 
 Co-developed-by: Florian Westphal <fw@strlen.de>