]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.7.html: fix broken sentence
authorRuss Cox <rsc@golang.org>
Fri, 27 May 2016 16:15:04 +0000 (12:15 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 27 May 2016 16:33:59 +0000 (16:33 +0000)
Change-Id: Ia540c890767dcb001d3b3b55d98d9517b13b21da
Reviewed-on: https://go-review.googlesource.com/23510
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.7.html

index 7945622f6b8cad618c7bd039c31eb3822f4a1f26..46c575452f7765e61f6e42d4d4f9e258a079ec57 100644 (file)
@@ -532,8 +532,11 @@ using small record sizes, gradually increasing to the TLS maximum record size.
 This heuristic reduces the amount of data that must be received before
 the first packet can be decrypted, improving communication latency over
 low-bandwidth networks.
+Setting
 <a href="/pkg/crypto/tls/#Config"><code>Config</code></a>'s
-<code>DynamicRecordSizingDisabled</code> field to true.
+<code>DynamicRecordSizingDisabled</code> field to true
+forces the behavior of Go 1.6 and earlier, where packets are
+as large as possible from the start of the connection.
 </p>
 
 <p>