From 79fe0ea8a341f8213b319417c7ac0c354d872b6a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 24 Sep 2014 17:44:31 +0100 Subject: [PATCH 2/3] spec: translate arbitrary limits into something more comprehensible --- doc/dbus-specification.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 5df56df..b5f6b93 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -1017,8 +1017,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. @@ -1223,8 +1223,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. -- 2.1.1