From: Simon McVittie Date: Thu, 12 Apr 2018 12:51:38 +0000 (+0100) Subject: spec: Recommend Unix domain sockets for all non-Windows platforms X-Git-Tag: dbus-1.13.4~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20128fa664721f085e08ae6635e817a71953b700;p=thirdparty%2Fdbus.git spec: Recommend Unix domain sockets for all non-Windows platforms Bug: https://bugs.freedesktop.org/show_bug.cgi?id=106004 Signed-off-by: Simon McVittie Reviewed-by: Ralf Habacker Reviewed-by: Philip Withnall --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 3b2be1c34..14fac9ee6 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3543,6 +3543,10 @@ Unix domain sockets are not available on Windows. + On all other platforms, they are the recommended transport for + D-Bus, either used alone or in conjunction with + systemd or + launchd addresses. Unix addresses that specify path or @@ -3691,7 +3695,8 @@ The systemd transport accepts only one or more Unix domain or - TCP streams sockets passed in via socket activation. + TCP streams sockets passed in via socket activation. Using + Unix domain sockets is strongly recommended. The systemd transport is not available on non-Linux operating systems.