Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
6b0bde6c
Commit
6b0bde6c
authored
Oct 25, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc so that we can use hyperlink to referred options
parent
9231a4ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
src/shrpx.cc
src/shrpx.cc
+13
-13
No files found.
src/shrpx.cc
View file @
6b0bde6c
...
...
@@ -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"(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment