summaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index e1d2152c..2f1e7876 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -82,3 +82,7 @@
after the message bus has processed your message but before the service has replied,
it would be nice if the message bus sent you an error reply.
+ - We have a limit on the number of messages a connection can send, but
+ not on how many can be buffered for a given connection.
+
+ - make client serial and reply serial unsigned and add dbus_message_get_is_reply()