Skip to content
Snippets Groups Projects
Commit 7f70b882 authored by Ben Roberts's avatar Ben Roberts Committed by Tim Wickberg
Browse files

Fix typos for 'approximately'.

parent 0efe2a70
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,9 @@ In other words, this tells the system how many times to try to establish a
passive TCP connection that was started by another host.
This variable takes an integer value, but should under no circumstances be
larger than 255.
Each retransmission will take aproximately 30 to 40 seconds.
Each retransmission will take approximately 30 to 40 seconds.
The default value of 5, which results in a timeout of passive TCP connections
of aproximately 180 seconds and is generally satisfactory.
of approximately 180 seconds and is generally satisfactory.
<li><b>/proc/sys/net/core/somaxconn</b>:
Limit of socket listen() backlog, known in userspace as SOMAXCONN. Defaults to
128. The value should be raised substantially to support bursts of request.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment