diff --git a/src/shrpx.cc b/src/shrpx.cc index aa8a36d6..f95f6417 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -1423,23 +1423,23 @@ SSL/TLS: cache. This enables shared session cache between multiple nghttpx instances. --tls-dyn-rec-warmup-threshold= - Specify the threshold size for TLS dynamic record size - behaviour. During a TLS session, after the threshold - number of bytes have been written, the TLS record size - will be increased to the maximum allowed (16K). The max - record size will continue to be used on the active TLS - session. After tls-dyn-rec-idle-timeout has elapsed, the - record size is reduced to 1300 bytes. Specify 0 to - always use the maximum record size, regardless of idle - period. This behaviour applies to all TLS based + Specify the threshold size for TLS dynamic record size + behaviour. During a TLS session, after the threshold + number of bytes have been written, the TLS record size + will be increased to the maximum allowed (16K). The max + record size will continue to be used on the active TLS + session. After --tls-dyn-rec-idle-timeout has elapsed, + the record size is reduced to 1300 bytes. Specify 0 to + always use the maximum record size, regardless of idle + period. This behaviour applies to all TLS based frontends, and TLS HTTP/2 backends. Default: )" << util::utos_with_unit(get_config()->tls_dyn_rec_warmup_threshold) << R"( --tls-dyn-rec-idle-timeout= - Specify TLS dynamic record size behaviour timeout. See - tls-dyn-rec-warmup-threshold for more information. This - behaviour applies to all TLS based frontends, and TLS - HTTP/2 backends. + Specify TLS dynamic record size behaviour timeout. See + --tls-dyn-rec-warmup-threshold for more information. + This behaviour applies to all TLS based frontends, and + TLS HTTP/2 backends. Default: )" << util::duration_str(get_config()->tls_dyn_rec_idle_timeout) << R"(