summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-15 14:54:09 +0100
committerLennart Poettering <lennart@poettering.net>2016-02-15 14:54:09 +0100
commit8eff97a103581750d90c7e0c2f984dc261226ccc (patch)
treea3cb36a7db39448767d62866504e465a8ee1c56e /TODO
parent4d5d9d001105507ee40ff56f0456053c2c7ed6d3 (diff)
parent798c486fbcdce3346cd862c52e1a200bb8a2cb23 (diff)
Merge pull request #2618 from zonque/busproxy-removal
remove bus-proxyd
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index cc88287d41..92cc8cc433 100644
--- a/TODO
+++ b/TODO
@@ -322,10 +322,6 @@ Features:
- path escaping
- update systemd.special(7) to mention that dbus.socket is only about the compatibility socket now
- test bloom filter generation indexes
- - bus-proxy: when passing messages from kdbus, make sure we properly
- handle the case where a large number of fds is appended that we
- cannot pass into sendmsg() of the AF_UNIX sokcet (which only accepts
- 253 messages)
- kdbus: introduce a concept of "send-only" connections
- kdbus: add counter for refused unicast messages that is passed out via the RECV ioctl. SImilar to the counter for dropped multicast messages we already have.