Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Thu, 22 Oct 2020 10:33:31 -0400 you wrote:
> From: Neal Cardwell <ncardw...@google.com>
> 
> In the header prediction fast path for a bulk data receiver, if no
> data is newly acknowledged then we do not call tcp_ack() and do not
> call tcp_ack_update_window(). This means that a bulk receiver that
> receives large amounts of data can have the incoming sequence numbers
> wrap, so that the check in tcp_may_update_window fails:
>    after(ack_seq, tp->snd_wl1)
> 
> [...]

Here is the summary with links:
  - [net] tcp: fix to update snd_wl1 in bulk receiver fast path
    https://git.kernel.org/netdev/net/c/18ded910b589

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


Reply via email to