diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-12-11 08:22:35 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-12-11 08:22:35 +0000 |
commit | 9ea9296f8c7a5dae2a24699eb78242807b9468e0 (patch) | |
tree | 4e473c0d2d1581197a4cc5730763605596c5fc34 /doc/shibari-server-udp.html | |
parent | 109c6c12df69bbe6353a6664b34f3129b7816333 (diff) | |
download | shibari-9ea9296f8c7a5dae2a24699eb78242807b9468e0.tar.xz |
you can't escape the selfpipe in long-lived programs... ever...
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/shibari-server-udp.html')
-rw-r--r-- | doc/shibari-server-udp.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/shibari-server-udp.html b/doc/shibari-server-udp.html index 16efa82..7ac2897 100644 --- a/doc/shibari-server-udp.html +++ b/doc/shibari-server-udp.html @@ -28,7 +28,7 @@ answers DNS queries it receives, until it is killed. </div> <pre> - shibari-server-udp [ -v <em>verbosity</em> ] [ -d <em>notif</em> ] [ -f <em>tdbfile</em> ] [ -i <em>rulesdir</em> ] [ -x <em>rulesfile</em> ] [ -p <em>port</em> ] <em>ip</em> + shibari-server-udp [ -v <em>verbosity</em> ] [ -d <em>notif</em> ] [ -f <em>tdbfile</em> ] [ -w <em>wtimeout</em> ] [ -i <em>rulesdir</em> ] [ -x <em>rulesfile</em> ] [ -p <em>port</em> ] <em>ip</em> </pre> <ul> @@ -83,6 +83,14 @@ no readiness notification is sent. </dd> The default is <strong><tt>data.cdb</tt></strong>, in the current working directory of the shibari-server-udp process. </dd> + <dt> -w <em>wtimeout</em> </dt> + <dd> Write timeout. If shibari-server-udp is unable +to send its answer in <em>wtimeout</em> milliseconds, which means the network is +congested, give up and go back to listening to other queries. +The default is <strong>0</strong>, which means infinite: shibari-server-udp will +wait forever until the network decongests in order to send its answer (which +may prevent it from servicing other queries). </dd> + <dt> -i <em>rulesdir</em> </dt> <dd> Use <em>rulesdir</em> as a filesystem-based <a href="//skarnet.org/software/s6/libs6/accessrules.html">access rules |