Miscellaneous code cleanup and typo fixes

This commit is contained in:
Ian Barwick
2016-07-28 16:32:07 +09:00
parent 61e907cf70
commit bbc88ce05c
4 changed files with 3 additions and 12 deletions

View File

@@ -1100,7 +1100,7 @@ the length of time it takes to determine that the connection is not possible.
In particular explicitly setting a parameter for `connect_timeout` should
be considered; the effective minimum value of `2` (seconds) will ensure
that a connection failure at network level is reported as soon as possible,
otherwise dependeing on the system settings (e.g. `tcp_syn_retries` in Linux)
otherwise depending on the system settings (e.g. `tcp_syn_retries` in Linux)
a delay of a minute or more is possible.
For further details on `conninfo` network connection parameters, see: