diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-09-25 18:58:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-09-25 18:58:44 +0000 |
commit | c95c4845106e284a6d641d66bb55fc17b995cddd (patch) | |
tree | ced74f6202ae417f81c73b2a25ddec62de598f6c /doc | |
parent | 0b3cfa820e632e6cd1652e261b008df39dddbc8a (diff) | |
download | s6-c95c4845106e284a6d641d66bb55fc17b995cddd.tar.xz |
s6-ioconnect isn't zero-copy anymore: fix doc
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-ioconnect.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/s6-ioconnect.html b/doc/s6-ioconnect.html index 2135956..9a61c62 100644 --- a/doc/s6-ioconnect.html +++ b/doc/s6-ioconnect.html @@ -75,10 +75,6 @@ duplex connection between the client and the server, for instance for testing purposes. <tt>s6-ioconnect</tt> is to s6-tcpclient as <tt>cat</tt> is to s6-tcpserver: a program that will just echo what it gets. </li> - <li> On modern Linux systems, s6-ioconnect will perform zero-copy -data transmission, via the -<a href="https://man7.org/linux/man-pages/man2/splice.2.html">splice</a> -system call. </li> <li> The s6-ioconnect utility was once part of the <a href="//skarnet.org/software/s6-networking/">s6-networking</a> suite, which is why the |