Netlink-based D-Bus

Rémi Denis-Courmont remi at remlab.net
Tue Mar 20 09:13:12 PDT 2012


Le mardi 20 mars 2012 17:49:56 Rodrigo Moya, vous avez écrit :
> after some feedback and investigation, here's a plan for a new transport
> for D-Bus, based on Netlink:
> 
> http://blogs.gnome.org/rodrigo/2012/03/20/netlink-based-d-bus/
> 
> any feedback would be appreciated, as we are starting the implementation
> as we speak and would like to have all the details covered if possible.

If the goal is to support direct client-to-client I/O you're going to have to 
tune the D-Bus specification to:
- tolerate packet loss
- tolerate malformatted messages
(i.e. drop them individually instead of giving up),
- drop support for file descriptors passing (oops!).

I think.


As for large messages, I think D-Bus should not be used for that purpose in 
the first place...

-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis


More information about the dbus mailing list