summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-12-17 13:24:15 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-12-17 13:24:15 +0100
commit91b997e9978dd487cb1bf651dc8ec3cd57418d61 (patch)
tree155319a1a3f29512014e91abc5fe0843dc421267
parentbcc3b2aef74534cebc39f1351927756d144a7942 (diff)
downloadrsyslog-91b997e9978dd487cb1bf651dc8ec3cd57418d61.tar.gz
rsyslog-91b997e9978dd487cb1bf651dc8ec3cd57418d61.tar.xz
rsyslog-91b997e9978dd487cb1bf651dc8ec3cd57418d61.zip
added minimal doc for new imudp config statements
-rw-r--r--doc/imudp.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/imudp.html b/doc/imudp.html
index f0e86307..1533bafd 100644
--- a/doc/imudp.html
+++ b/doc/imudp.html
@@ -35,6 +35,12 @@ You can set this value as high as you like, but do so at your own risk. The high
the value, the less precise the timestamp.
<li>$InputUDPServerBindRuleset &lt;ruleset&gt;<br>
Binds the listener to a specific <a href="multi_ruleset.html">ruleset</a>.</li>
+<li>$IMUDPSchedulingPolicy &lt;rr/fifo/other&gt;<br>
+Can be used the set the scheduler priority, if the necessary functionality
+is provided by the platform. Most useful to select "fifo" for real-time
+processing under Linux (and thus reduce chance of packet loss). Available since 4.7.4+, 5.7.3+, 6.1.3+.
+<li>$IMUDPSchedulingPriority &lt;number&gt;<br>
+Scheduling priority to use. Available since 4.7.4+, 5.7.3+, 6.1.3+.
</ul>
<b>Caveats/Known Bugs:</b>
<ul>