diff options
author | Anders Svensson <[email protected]> | 2011-09-27 11:41:33 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-09-27 11:41:33 +0200 |
commit | 578d53ae4ae3ecc1e8f3d05ad78d16a6a19ea890 (patch) | |
tree | ec8bd0c751463f4a889ab79045cfe002df270f89 /lib/diameter/doc/src/diameter_app.xml | |
parent | 1e24333833f49e52ab3235148acf85cfd2c044b3 (diff) | |
parent | 7d38b593e8b1624e1ce2cda8fa57a42cdf2d3068 (diff) | |
download | otp-578d53ae4ae3ecc1e8f3d05ad78d16a6a19ea890.tar.gz otp-578d53ae4ae3ecc1e8f3d05ad78d16a6a19ea890.tar.bz2 otp-578d53ae4ae3ecc1e8f3d05ad78d16a6a19ea890.zip |
Merge branch 'anders/diameter/peer_filters/OTP-9580' into dev
* anders/diameter/peer_filters/OTP-9580:
Fix and clarify semantics of peer filters
Diffstat (limited to 'lib/diameter/doc/src/diameter_app.xml')
-rw-r--r-- | lib/diameter/doc/src/diameter_app.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/diameter_app.xml b/lib/diameter/doc/src/diameter_app.xml index fc359b9d1d..f2bada84ae 100644 --- a/lib/diameter/doc/src/diameter_app.xml +++ b/lib/diameter/doc/src/diameter_app.xml @@ -269,7 +269,12 @@ The candidate peers list will only include those which are selected by any <c>filter</c> option specified in the call to <seealso marker="diameter#call">diameter:call/4</seealso>, and only those which have indicated support for the Diameter application in -question.</p> +question. +The order of the elements is unspecified except that any +peers whose Origin-Host and Origin-Realm matches that of the +outgoing request (in the sense of a <c>{filter, {all, [host, realm]}}</c> +option to <seealso marker="diameter#call">diameter:call/4</seealso>) +will be placed at the head of the list.</p> <p> The return values <c>false</c> and <c>{false, State}</c> are |