From: Simon McVittie Date: Wed, 24 Sep 2014 16:44:31 +0000 (+0100) Subject: spec: translate arbitrary limits into something more comprehensible X-Git-Tag: dbus-1.10.6~367 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c230c790c6efc23a5dea1482902a66d9ddcede0d;p=platform%2Fupstream%2Fdbus.git spec: translate arbitrary limits into something more comprehensible Bug: https://bugs.freedesktop.org/show_bug.cgi?id=84188 Reviewed-by: Lennart Poettering --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index f3d5e7d..2a4c1c7 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -1018,8 +1018,8 @@ 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. @@ -1224,8 +1224,8 @@ 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.