svn commit: r355268 - head/share/man/man4

Michael Tuexen tuexen at FreeBSD.org
Sun Dec 1 19:20:29 UTC 2019


Author: tuexen
Date: Sun Dec  1 19:20:28 2019
New Revision: 355268
URL: https://svnweb.freebsd.org/changeset/base/355268

Log:
  Add a description for the TCP sysctl variable rfc6675_pipe.
  It was introduced by r290122, but no documentation was provided.
  This is taken from https://reviews.freebsd.org/D21798, since it
  is not related to the feature added there.
  
  Submitted by:		Richard Scheffenegger
  MFC after:		1 week

Modified:
  head/share/man/man4/tcp.4

Modified: head/share/man/man4/tcp.4
==============================================================================
--- head/share/man/man4/tcp.4	Sun Dec  1 18:47:53 2019	(r355267)
+++ head/share/man/man4/tcp.4	Sun Dec  1 19:20:28 2019	(r355268)
@@ -34,7 +34,7 @@
 .\"     From: @(#)tcp.4	8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd August 26, 2019
+.Dd December 1, 2019
 .Dt TCP 4
 .Os
 .Sh NAME
@@ -538,6 +538,9 @@ The value should be relative to the link capacity.
 Start with small values for lower-capacity links.
 Large bursts can cause buffer overruns and packet drops if routers have small
 buffers or the link is experiencing congestion.
+.It Va rfc6675_pipe
+Calculate the bytes in flight using the algorithm described in RFC 6675, and
+is also a prerequisite to enable Proportional Rate Reduction.
 .It Va rfc3042
 Enable the Limited Transmit algorithm as described in RFC 3042.
 It helps avoid timeouts on lossy links and also when the congestion window


More information about the svn-src-all mailing list