summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-24 17:44:31 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-10-06 12:23:44 +0100
commitc230c790c6efc23a5dea1482902a66d9ddcede0d (patch)
tree6eddb013f57c7168a55e1cda1c08fe83d8bc0824 /doc
parent9359a1793cd2663a88d2ae879b20be1883a2413e (diff)
downloaddbus-c230c790c6efc23a5dea1482902a66d9ddcede0d.tar.gz
spec: translate arbitrary limits into something more comprehensible
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=84188 Reviewed-by: Lennart Poettering
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index f3d5e7dc..2a4c1c7b 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -1018,8 +1018,8 @@
<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>
@@ -1224,8 +1224,8 @@
<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>