spec: translate arbitrary limits into something more comprehensible
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 24 Sep 2014 16:44:31 +0000 (17:44 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 6 Oct 2014 11:23:44 +0000 (12:23 +0100)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=84188
Reviewed-by: Lennart Poettering
doc/dbus-specification.xml

index f3d5e7d..2a4c1c7 100644 (file)
 
       <para>
         Arrays have a maximum length defined to be 2 to the 26th power or
-        67108864. Implementations must not send or accept arrays exceeding this
-        length.
+        67108864 (64 MiB). Implementations must not send or accept arrays
+        exceeding this length.
       </para>
 
       <para>
 
       <para>
         The maximum length of a message, including header, header alignment padding, 
-        and body is 2 to the 27th power or 134217728. Implementations must not 
-        send or accept messages exceeding this size.
+        and body is 2 to the 27th power or 134217728 (128 MiB).
+        Implementations must not send or accept messages exceeding this size.
       </para>
       
       <para>