diff options
author | Anders Svensson <[email protected]> | 2013-04-12 15:32:48 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-04-12 15:32:48 +0200 |
commit | 232d1b9a76d977e428e7137069c0e0b3a9fdab06 (patch) | |
tree | 7aa2cb9eebf4e46ff472f4794000df4189cf8f42 /lib/diameter/doc/src/diameter.xml | |
parent | b517a3a6c8d142a813c4e082eb220ec04da00dde (diff) | |
parent | 656b37f1b6fbc3611f5e0f8b8c0e4f61bef9092b (diff) | |
download | otp-232d1b9a76d977e428e7137069c0e0b3a9fdab06.tar.gz otp-232d1b9a76d977e428e7137069c0e0b3a9fdab06.tar.bz2 otp-232d1b9a76d977e428e7137069c0e0b3a9fdab06.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/diameter/doc/src/diameter.xml')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 7ea93d480b..318c98f786 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -343,8 +343,9 @@ Has one of the following types.</p> An address list is available to the start function of a &transport_module;, which can return a new list for use in the subsequent CER or CEA. -Host-IP-Address need not be specified if the transport start function -returns an address list.</p> +Host-IP-Address need not be specified if the transport module in +question communicates an address list as described in +&man_transport;</p> </item> <tag><c>{'Vendor-Id', &dict_Unsigned32;}</c></tag> @@ -780,10 +781,10 @@ connections to the same peer.</p> <p> If type <c>[node()]</c> then a connection is rejected if another already exists on any of the specified nodes. -Values of type <c>false</c>, <c>node</c>, <c>nodes</c> or +Types <c>false</c>, <c>node</c>, <c>nodes</c> and &evaluable; are equivalent to -values <c>[]</c>, <c>[node()]</c>, <c>[node()|nodes()]</c> and the -evaluated value, respectively, evaluation of each expression taking +<c>[]</c>, <c>[node()]</c>, <c>[node()|nodes()]</c> and the +evaluated value respectively, evaluation of each expression taking place whenever a new connection is to be established. Note that <c>false</c> allows an unlimited number of connections to be established with the same peer.</p> |