diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-18 21:15:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-18 21:15:21 +0000 |
commit | 0545d612be4529492a86a98b5f066d58d7c9436a (patch) | |
tree | 03dfbdea2949034c0b10dc7595ed0b575b25050c /doc/s6-ucspitlsd.html | |
parent | cc7dccb1858e73176814c3a8457ff6f94ff45662 (diff) | |
download | s6-networking-0545d612be4529492a86a98b5f066d58d7c9436a.tar.xz |
Tiny code and doc fixes
Diffstat (limited to 'doc/s6-ucspitlsd.html')
-rw-r--r-- | doc/s6-ucspitlsd.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/s6-ucspitlsd.html b/doc/s6-ucspitlsd.html index 51372e2..7d7ef9b 100644 --- a/doc/s6-ucspitlsd.html +++ b/doc/s6-ucspitlsd.html @@ -146,10 +146,10 @@ connection without using <tt>close_notify</tt>. This is the default. </li> <li> <tt>-y</tt> : Require a mandatory client certificate. The default, with neither the <tt>-Y</tt> nor the <tt>-y</tt> option, is not to require a client certificate at all. </li> - <li> <tt>-K <em>kimeout</em></tt> : close the connection -if <em>kimeout</em> milliseconds elapse without any data being -received from either side. The default is 0, which means -infinite timeout (never kill the connection). </li> + <li> <tt>-K <em>kimeout</em></tt> : close the connection if +the handshake takes more than <em>kimeout</em> milliseconds to complete. +The default is 0, which means infinite timeout: let the handshake complete +at its own pace, no matter how slow. </li> </ul> <h2> Notes </h2> |