git: e29be0786117 - main - tcp_rack.4: Update the SEE ALSO section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Mar 2024 18:27:53 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=e29be07861173f87b2dd46db1d0c7cbcf72d4ad0
commit e29be07861173f87b2dd46db1d0c7cbcf72d4ad0
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-03-18 18:25:11 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-18 18:25:11 +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
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D44399
---
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 2ebffca08e26..73995d930a9a 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
@@ -124,12 +124,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