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
338b4ba7
Commit
338b4ba7
authored
Oct 14, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nghttpx: Don't use units to display fastopen default
parent
41710bfc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/shrpx.cc
src/shrpx.cc
+5
-5
No files found.
src/shrpx.cc
View file @
338b4ba7
...
...
@@ -1240,11 +1240,11 @@ Performance:
<<
util
::
utos_with_unit
(
get_config
()
->
downstream_response_buffer_size
)
<<
R"(
--fastopen=<N>
enables “TCP Fast Open” for the listening socket
and limits the maximum length for the queue of connections
that have not yet completed the three-way handshake.
If
value is 0 then fast open is disabled.
Default: )"
<<
util
::
utos_with_unit
(
get_config
()
->
fastopen
)
<<
R"(
Enables "TCP Fast Open" for the listening socket and
limits the maximum length for the queue of connections
that have not yet completed the three-way handshake.
If
value is 0 then fast open is disabled.
Default: )"
<<
get_config
()
->
fastopen
<<
R"(
Timeout:
--frontend-http2-read-timeout=<DURATION>
Specify read timeout for HTTP/2 and SPDY frontend
...
...
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