Date: Mon, 25 Mar 2024 14:58:59 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 3b5a0cbf6ab8 - stable/13 - tcp_rack.4: Update the SEE ALSO section Message-ID: <202403251458.42PEwxBd080992@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=3b5a0cbf6ab8ee267610396776c48adceb306ece commit 3b5a0cbf6ab8ee267610396776c48adceb306ece Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-03-18 18:25:11 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-03-25 14:58:49 +0000 tcp_rack.4: Update the SEE ALSO section Correct the surname of one of authors of RFC 8985 and add RFC 5681 and RFC 6937 (PRR: Proportional Rate Reduction for TCP). Reviewed by: tuexen Differential Revision: https://reviews.freebsd.org/D44399 (cherry picked from commit e29be07861173f87b2dd46db1d0c7cbcf72d4ad0) --- share/man/man4/tcp_rack.4 | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/share/man/man4/tcp_rack.4 b/share/man/man4/tcp_rack.4 index 496b7d9cc496..8243f7c8b036 100644 --- a/share/man/man4/tcp_rack.4 +++ b/share/man/man4/tcp_rack.4 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 5, 2024 +.Dd March 18, 2024 .Dt TCP_RACK 4 .Os .Sh NAME @@ -130,12 +130,28 @@ What method should we use for rate sampling 0=high, 1=low .Rs .%A "Neal Cardwell" .%A "Yuchung Cheng" -.%A "Nandita Dukkipat" +.%A "Nandita Dukkipati" .%A "Priyaranjan Jha" .%T "The RACK-TLP Loss Detection Algorithm for TCP" .%O "RFC 8985" .%D "February 2021" .Re +.Rs +.%A "M. Allman" +.%A "V. Paxson" +.%A "E. Blanton" +.%T "TCP Congestion Control" +.%O "RFC 5681" +.%D "September 2009" +.Re +.Rs +.%A "M. Mathis" +.%A "Nandita Dukkipati" +.%A "Yuchung Cheng" +.%T "Proportional Rate Reduction for TCP" +.%O "RFC 6937" +.%D "May 2013" +.Re .Sh HISTORY The .Nm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403251458.42PEwxBd080992>