Hacker News new | ask | show | jobs
by mambru 979 days ago
Via DBus:

https://www.freedesktop.org/software/systemd/man/org.freedes...

1 comments

dbus is just a protocol that needs something else to actually transfer the data.

Normally, that's a socket in /run/dbus/system_bus_socket

And guess what. A UNIX socket does not use DNS or the damned getaddrinfo() function that's the ire of the article.