diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-28 08:43:57 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-28 08:43:57 +0000 |
| commit | 168d89131415de7590daa00dc5929aeb8727078e (patch) | |
| tree | 79c9cad554e63998bda545965c91caa50f0ba627 /doc/s6-ipcserver.html | |
| parent | 63ae0841dcc024464290edf9080ce536a1d7905e (diff) | |
| download | s6-168d89131415de7590daa00dc5929aeb8727078e.tar.gz | |
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-ipcserver.html')
| -rw-r--r-- | doc/s6-ipcserver.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-ipcserver.html b/doc/s6-ipcserver.html index 840e09c..15e1423 100644 --- a/doc/s6-ipcserver.html +++ b/doc/s6-ipcserver.html @@ -86,7 +86,7 @@ programs to check when the server is ready to accept connections. </li> <li> <tt>-v</tt> : be verbose. </li> <li> <tt>-d</tt> : allow instant rebinding to the same path even if it has been used not long ago - this is the SO_REUSEADDR flag to -<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/setsockopt.html">setsockopt()</a> +<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/setsockopt.html">setsockopt()</a> and is generally used with server programs. This is the default. Note that <em>path</em> will be deleted if it already exists at program start time. </li> <li> <tt>-D</tt> : disallow instant rebinding to the same path. </li> |
