From b076459278c9abedb70965109cea79e6d68ef02d Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Wed, 4 Dec 2013 18:27:20 +0800 Subject: [PATCH 2/3] DBus Spec: add document of bind for tcp/nonce-tcp transport tcp/nonce-tcp transport has a "bind" key, which can be specified a hostname and will override hostname specified in "host" key. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=72301 --- doc/dbus-specification.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index f6433b2..e0bcac0 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3124,6 +3124,17 @@ dns name or ip address + bind + (string) + hostname to bind to, which will override the "host" option + specifying what address to bind to, without changing the address + reported by the bus. The bind option can also take a special name + '*' to cause the bus to listen on all local address (INADDR_ANY). + The specified hostname of bind should be a valid name of the local + machine or it will fail. + + + port (number) The tcp port the server will open. A zero value let the server @@ -3194,6 +3205,17 @@ dns name or ip address + bind + (string) + hostname to bind to, which will override the "host" option + specifying what address to bind to, without changing the address + reported by the bus. The bind option can also take a special name + '*' to cause the bus to listen on all local address (INADDR_ANY). + The specified hostname of bind should be a valid name of the local + machine or it will fail. + + + port (number) The tcp port the server will open. A zero value let the server -- 1.7.9.5