From e9be34c9b798141dd6c224cf33934904935c49b2 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 7 Jan 2015 19:01:26 +0000 Subject: Complete conversion of s6-ipcserver and s6-tcpserver (4 and 6) to socketbinder + d model. With documentation (!) --- doc/s6-tcpserver4d.html | 112 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 doc/s6-tcpserver4d.html (limited to 'doc/s6-tcpserver4d.html') diff --git a/doc/s6-tcpserver4d.html b/doc/s6-tcpserver4d.html new file mode 100644 index 0000000..018b921 --- /dev/null +++ b/doc/s6-tcpserver4d.html @@ -0,0 +1,112 @@ + + + + + s6-networking: the s6-tcpserver4d program + + + + + + +

+s6-networking
+Software
+skarnet.org +

+ +

The s6-tcpserver4d program

+ +

+s6-tcpserver4d is the serving part of the +s6-tcpserver4 super-server. +It assumes that its stdin is a bound and listening TCP/IPv4 socket, +and it accepts connections from clients connecting to it, +forking a program to handle each connection. +

+ +

Interface

+ +
+     s6-tcpserver4d [ -1 ] [ -v verbosity ] [ -c maxconn ] [ -C localmaxconn ] prog...
+
+ + + +

Environment variables

+ +

+ For each connection, an instance of prog... is spawned with +the following variables set: +

+ + + +

Options

+ + + +

Signals

+ + + +

Notes

+ + + + + -- cgit v1.3.1