2024-04-03 Fred Gleason <fredg@paravelsystems.com>

* Added an 'ExtendedNextPadEvents=' directive to rd.conf(5).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-04-03 14:40:27 -04:00
parent bb013678ca
commit 3d4fbf254a
10 changed files with 95 additions and 15 deletions

View File

@@ -715,6 +715,27 @@
aspects of Rivendell.
</para>
<variablelist>
<varlistentry>
<term>
<userinput>ExtendedNextPadEvents = <replaceable>num</replaceable></userinput>
</term>
<listitem>
<para>
Instruct the PAD subsystem to provide an &quot;extended&quot;
interface at TCP port <computeroutput>34290</computeroutput>,
appending <replaceable>num</replaceable> &quot;next&quot;
objects in addition to the standard &quot;next&quot; object.
</para>
<para>
Setting <replaceable>num</replaceable> to
<userinput>-1</userinput> will cause &quot;next&quot; objects
for <emphasis>all</emphasis> upcoming events to be generated;
while setting <replaceable>num</replaceable> to
<userinput>0</userinput> will disable the extended PAD
interface entirely.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<userinput>ServiceStartDelay = <replaceable>secs</replaceable></userinput>