From 867830dcec77a83b20efce08421bf2892aafd40a Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Fri, 6 Dec 2013 13:17:21 +0800 Subject: [PATCH 3/4] 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 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 7d3fe76..7518cef 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3124,6 +3124,16 @@ dns name or ip address + bind + (string) + The IP address of one of the local machine's interfaces + (most commonly 127.0.0.1), or a DNS name that + resolves to one of those IP addresses, or '*' to listen on all + interfaces simultaneously. If not specified, the default is the + same value as "host". + + + port (number) The tcp port the server will open. A zero value let the server @@ -3194,6 +3204,16 @@ dns name or ip address + bind + (string) + The IP address of one of the local machine's interfaces + (most commonly 127.0.0.1), or a DNS name that + resolves to one of those IP addresses, or '*' to listen on all + interfaces simultaneously. If not specified, the default is the + same value as "host". + + + port (number) The tcp port the server will open. A zero value let the server -- 1.7.9.5