You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by br...@apache.org on 2016/01/12 23:34:10 UTC

[2/2] trafficserver git commit: TS-4064: Customizable congestion control algorithms: DOCS

TS-4064: Customizable congestion control algorithms: DOCS


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/500b3c5e
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/500b3c5e
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/500b3c5e

Branch: refs/heads/master
Commit: 500b3c5e0f3642ebb42ba511340c53553f9d6be9
Parents: 038b189
Author: Brian Geffon <br...@apache.org>
Authored: Tue Jan 5 03:01:57 2016 -0800
Committer: Brian Geffon <br...@apache.org>
Committed: Tue Jan 5 03:02:29 2016 -0800

----------------------------------------------------------------------
 doc/admin-guide/files/records.config.en.rst | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/500b3c5e/doc/admin-guide/files/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst
index d313b78..51f14f5 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -2857,6 +2857,18 @@ Sockets
   If it is set to -1, Traffic Server will automatically set this
   to a platform-specific maximum.
 
+.. ts:cv:: CONFIG  proxy.config.net.tcp_congestion_control_in STRING ""
+
+   This directive will override the congestion control algorithm for incoming
+   connections (accept sockets). On linux the allowed values are typically
+   specified in a space seperated list in /proc/sys/net/ipv4/tcp_allowed_congestion_control
+
+.. ts:cv:: CONFIG  proxy.config.net.tcp_congestion_control_out STRING ""
+
+   This directive will override the congestion control algorithm for outgoing 
+   connections (connect sockets). On linux the allowed values are typically
+   specified in a space seperated list in /proc/sys/net/ipv4/tcp_allowed_congestion_control
+
 .. ts:cv:: CONFIG proxy.config.net.sock_send_buffer_size_in INT 0
 
    Sets the send buffer size for connections from the client to Traffic Server.