netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: pabeni@redhat.com
Cc: netdev@vger.kernel.org, mathew.j.martineau@linux.intel.com,
	matthieu.baerts@tessares.net, cpaasch@apple.com
Subject: Re: [PATCH net v2] mptcp: always include dack if possible.
Date: Thu, 05 Mar 2020 21:35:14 -0800 (PST)	[thread overview]
Message-ID: <20200305.213514.1337555425416659597.davem@davemloft.net> (raw)
In-Reply-To: <d4f2f87c56fa1662bbc39baaee74b26bc646e141.1583337038.git.pabeni@redhat.com>

From: Paolo Abeni <pabeni@redhat.com>
Date: Wed,  4 Mar 2020 16:51:07 +0100

> Currently passive MPTCP socket can skip including the DACK
> option - if the peer sends data before accept() completes.
> 
> The above happens because the msk 'can_ack' flag is set
> only after the accept() call.
> 
> Such missing DACK option may cause - as per RFC spec -
> unwanted fallback to TCP.
> 
> This change addresses the issue using the key material
> available in the current subflow, if any, to create a suitable
> dack option when msk ack seq is not yet available.
> 
> v1 -> v2:
>  - adavance the generated ack after the initial MPC packet
> 
> Fixes: d22f4988ffec ("mptcp: process MP_CAPABLE data option")
> Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Applied, thank you.

      parent reply	other threads:[~2020-03-06  5:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-04 15:51 [PATCH net v2] mptcp: always include dack if possible Paolo Abeni
2020-03-05  1:07 ` Mat Martineau
2020-03-06  5:35 ` David Miller [this message]

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=20200305.213514.1337555425416659597.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=cpaasch@apple.com \
    --cc=mathew.j.martineau@linux.intel.com \
    --cc=matthieu.baerts@tessares.net \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).