From 1269e9598dbefe25b0403f40221c82d166b98ef1 Mon Sep 17 00:00:00 2001 From: Florian Riedl Date: Tue, 2 Oct 2012 11:16:21 +0200 Subject: doc: update module doc to new capabilities --- doc/imudp.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc/imudp.html') diff --git a/doc/imudp.html b/doc/imudp.html index 3512d474..b1a3ecc9 100644 --- a/doc/imudp.html +++ b/doc/imudp.html @@ -33,16 +33,18 @@ the value, the less precise the timestamp.
  • SchedulingPolicy <rr/fifo/other>
    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+. +processing under Linux (and thus reduce chance of packet loss).
  • SchedulingPriority <number>
    -Scheduling priority to use. Available since 4.7.4+, 5.7.3+, 6.1.3+. +Scheduling priority to use.

    Action Directives:

    @@ -70,9 +72,9 @@ equivalent to: Port
  • equivalent to: TimeRequery
  • $InputUDPServerBindRuleset <ruleset>
    equivalent to: Ruleset
  • -
  • $IMUDPSchedulingPolicy <rr/fifo/other>
    +
  • $IMUDPSchedulingPolicy <rr/fifo/other> Available since 4.7.4+, 5.7.3+, 6.1.3+.
    equivalent to: SchedulingPolicy -
  • $IMUDPSchedulingPriority <number>
    +
  • $IMUDPSchedulingPriority <number> Available since 4.7.4+, 5.7.3+, 6.1.3+.
    equivalent to: SchedulingPriority Caveats/Known Bugs: -- cgit