Update doc so that we can use hyperlink to referred options

This commit is contained in:
Tatsuhiro Tsujikawa 2015-10-25 17:09:33 +09:00
parent 9231a4ba57
commit 6b0bde6c31
1 changed files with 13 additions and 13 deletions

View File

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