Update doc so that we can use hyperlink to referred options
This commit is contained in:
parent
9231a4ba57
commit
6b0bde6c31
10
src/shrpx.cc
10
src/shrpx.cc
|
@ -1428,8 +1428,8 @@ SSL/TLS:
|
|||
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
|
||||
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.
|
||||
|
@ -1437,9 +1437,9 @@ SSL/TLS:
|
|||
<< util::utos_with_unit(get_config()->tls_dyn_rec_warmup_threshold) << R"(
|
||||
--tls-dyn-rec-idle-timeout=<DURATION>
|
||||
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.
|
||||
--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"(
|
||||
|
||||
|
|
Loading…
Reference in New Issue