diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-15 14:54:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-15 14:54:09 +0100 |
commit | 8eff97a103581750d90c7e0c2f984dc261226ccc (patch) | |
tree | a3cb36a7db39448767d62866504e465a8ee1c56e /TODO | |
parent | 4d5d9d001105507ee40ff56f0456053c2c7ed6d3 (diff) | |
parent | 798c486fbcdce3346cd862c52e1a200bb8a2cb23 (diff) | |
download | systemd-8eff97a103581750d90c7e0c2f984dc261226ccc.tar.gz |
Merge pull request #2618 from zonque/busproxy-removal
remove bus-proxyd
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. |