You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by su...@apache.org on 2015/01/28 04:37:16 UTC

trafficserver git commit: update docs for TLS dynamic record sizing

Repository: trafficserver
Updated Branches:
  refs/heads/master d07e5c607 -> 5373a33dc


update docs for TLS dynamic record sizing


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

Branch: refs/heads/master
Commit: 5373a33dc5262ddd8433ec212ce8efb58228fed6
Parents: d07e5c6
Author: Sudheer Vinukonda <su...@yahoo-inc.com>
Authored: Wed Jan 28 03:36:50 2015 +0000
Committer: Sudheer Vinukonda <su...@yahoo-inc.com>
Committed: Wed Jan 28 03:36:50 2015 +0000

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5373a33d/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst
index 8e00ef5..350d75f 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -2196,7 +2196,12 @@ SSL Termination
   into a SSL record when replying over a SSL session. In some
   circumstances this setting can improve response latency by reducing
   buffering at the SSL layer. The default of ``0`` means to always
-  write all available data into a single SSL record.
+  write all available data into a single SSL record. A value of ``-1``
+  means to determine the record size dynamically. Specifically, use
+  small TLS records that fit into a single TCP segment for the first
+  1 MB of data, increase record size to 16 KB after that to optimize
+  throughput, and then reset record size back to a single segment
+  after 1 second of inactivity—lather, rinse, repeat.
 
 .. ts:cv:: CONFIG proxy.config.ssl.session_cache.timeout INT 0