chiark / gitweb /
man: explain that the timestamps on incoming kdbus messages are not necessarily monot...
authorLennart Poettering <lennart@poettering.net>
Mon, 14 Apr 2014 00:42:11 +0000 (17:42 -0700)
committerLennart Poettering <lennart@poettering.net>
Mon, 14 Apr 2014 00:42:11 +0000 (17:42 -0700)
man/sd_bus_message_get_monotonic_usec.xml

index 683931c4da809716aa8e7392cbb8500d1b950b30..0a11a31230155c998ca080f3fe8ef65bffe39166 100644 (file)
 
                 <para><function>sd_bus_message_get_seqnum()</function>
                 returns the kernel-assigned sequence number of the
 
                 <para><function>sd_bus_message_get_seqnum()</function>
                 returns the kernel-assigned sequence number of the
-                message. The kernel assigns a global monotonically increasing
-                sequence number to all messages sent on the local
-                system. This sequence number is useful for determining
+                message. The kernel assigns a global, monotonically
+                increasing sequence number to all messages transmitted
+                on the local system, at the time the message was
+                sent. This sequence number is useful for determining
                 message send order, even across different busses of
                 the local system. The sequence number combined with
                 the boot ID of the system (as returned by
                 message send order, even across different busses of
                 the local system. The sequence number combined with
                 the boot ID of the system (as returned by
                 is a suitable globally unique identifier for bus
                 messages.</para>
 
                 is a suitable globally unique identifier for bus
                 messages.</para>
 
+                <para>Note that the sending order and receiving order
+                of messages might differ, in particular for broadcast
+                messages. This means that the sequence number and the
+                timestamps of messages a client reads are not
+                necessarily monotonically increasing.</para>
+
                 <para>These timestamps and the sequence number are
                 attached to each message by the kernel and cannot be
                 manipulated by the sender.</para>
                 <para>These timestamps and the sequence number are
                 attached to each message by the kernel and cannot be
                 manipulated by the sender.</para>