diff --git a/doc/go1.7.html b/doc/go1.7.html index 7945622f6b..46c575452f 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -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 Config's -DynamicRecordSizingDisabled field to true. +DynamicRecordSizingDisabled 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.