@@ -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>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> --- .topmsg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)