diff options
author | Daniel Mack <daniel@zonque.org> | 2016-02-12 15:25:27 +0100 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2016-02-12 19:10:01 +0100 |
commit | 798c486fbcdce3346cd862c52e1a200bb8a2cb23 (patch) | |
tree | 2b6db348fc2e0d7623899195c14a7718b27f3f16 /TODO | |
parent | 736ffecc9cf58a0d2c5f147a1f56f2c3532c10ce (diff) | |
download | systemd-798c486fbcdce3346cd862c52e1a200bb8a2cb23.tar.gz |
remove bus-proxyd
As kdbus won't land in the anticipated way, the bus-proxy is not needed in
its current form. It can be resurrected at any time thanks to the history,
but for now, let's remove it from the sources. If we'll have a similar tool
in the future, it will look quite differently anyway.
Note that stdio-bridge is still available. It was restored from a version
prior to f252ff17, and refactored to make use of the current APIs.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -321,10 +321,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. |