lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 22 Aug 2018 21:45:49 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     yyd@...gle.com
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH net 0/3] tcp_bbr: PROBE_RTT minor bug fixes

From: Kevin Yang <yyd@...gle.com>
Date: Wed, 22 Aug 2018 17:43:13 -0400

> From: "Kevin(Yudong) Yang" <yyd@...gle.com>
> 
> This series includes two minor bug fixes for the TCP BBR PROBE_RTT
> mechanism, and one preparatory patch:
> 
> (1) A preparatory patch to reorganize the PROBE_RTT logic by refactoring
>     (into its own function) the code to exit PROBE_RTT, since the next
>     patch will be using that code in a new context.
> 
> (2) Fix: When BBR restarts from idle and if BBR is in PROBE_RTT mode,
>     BBR should check if it's time to exit PROBE_RTT. If yes, then BBR
>     should exit PROBE_RTT mode and restore the cwnd to its full value.
> 
> (3) Fix: Apply the PROBE_RTT cwnd cap even if the count of fully-ACKed
>     packets is 0.

Series applied, thank you.

Powered by blists - more mailing lists