diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-11-19 03:05:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-11-19 03:05:39 +0000 |
commit | 8fe924c3da6ab919f512029a15464e77cbeede8a (patch) | |
tree | 2b66be3ffe064f98621f8d2c10214a3e001ca19f /doc/s6-tcpserver.html | |
parent | 06b1f4f397d53e9a4c9abe4c8c4c20a7240e7736 (diff) | |
download | s6-networking-8fe924c3da6ab919f512029a15464e77cbeede8a.tar.xz |
Small bugfixes, update deps, update doc
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-tcpserver.html')
-rw-r--r-- | doc/s6-tcpserver.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/s6-tcpserver.html b/doc/s6-tcpserver.html index 561c00f..f80fd18 100644 --- a/doc/s6-tcpserver.html +++ b/doc/s6-tcpserver.html @@ -135,6 +135,11 @@ that the name of the process is <tt>s6-tcpserverd</tt>, that's why. </li> <em>all</em> the addresses of a machine no matter whether v4 or v6, then you need to run <em>two</em> s6-tcpserver processes: one on <tt>0.0.0.0</tt> and and one on <tt>::</tt>. </li> + <li> The option to make s6-tcpserver verbose is <tt>-v</tt>, without an +argument. This is different from the <a href="s6-tcpserverd.html">s6-tcpserverd</a> +interface, where that would be <tt>-v 2</tt>. The difference exists because +s6-tcpserver follows the <a href="https://cr.yp.to/proto/ucspi.txt">UCSPI tool</a> +interface, whereas s6-tcpserverd has no such constraint. </li> </ul> </body> |