diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-16 09:51:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-16 09:51:01 +0000 |
commit | 02ba4310747629ab0c552673d504855f746c584f (patch) | |
tree | 96e48d0d2749ef1ccecb3e3d7ed45eb694e5e116 /doc/s6-tlsc.html | |
parent | 6073821d65e0cc309eee182420f3a54af762cdbe (diff) | |
download | s6-networking-02ba4310747629ab0c552673d504855f746c584f.tar.xz |
More doc fixes
Diffstat (limited to 'doc/s6-tlsc.html')
-rw-r--r-- | doc/s6-tlsc.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/s6-tlsc.html b/doc/s6-tlsc.html index d4e6a98..b83ae57 100644 --- a/doc/s6-tlsc.html +++ b/doc/s6-tlsc.html @@ -127,9 +127,7 @@ use SNI, which may be a security risk. </li> <li> <tt>-K <em>kimeout</em></tt> : if the peer fails to send data for <em>kimeout</em> milliseconds during the handshake, close the connection. The default is 0, which means infinite timeout -(never kill the connection). This option is ignored by the -<tt>libtls</tt> backend, which does not have a way to interrupt -the handshake after a timeout. </li> +(never kill the connection). </li> <li> <tt>-6 <em>fdr</em></tt> : expect an open file descriptor numbered <em>fdr</em> to read network (ciphertext) data from. Make sure <em>prog</em> also reads its data |