diff options
author | Anders Svensson <[email protected]> | 2013-04-12 15:32:35 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-04-12 15:32:35 +0200 |
commit | 656b37f1b6fbc3611f5e0f8b8c0e4f61bef9092b (patch) | |
tree | 18b026f8257da20649e81b39f08bf2b442d86414 /lib/diameter/doc | |
parent | e5d08c54f6770aad54ada273cd45bc409fb41713 (diff) | |
parent | b59386f5684250b823c40b7482df73afaf632bd9 (diff) | |
download | otp-656b37f1b6fbc3611f5e0f8b8c0e4f61bef9092b.tar.gz otp-656b37f1b6fbc3611f5e0f8b8c0e4f61bef9092b.tar.bz2 otp-656b37f1b6fbc3611f5e0f8b8c0e4f61bef9092b.zip |
Merge branch 'anders/diameter/watchdog_leak/OTP-11019' into maint
* anders/diameter/watchdog_leak/OTP-11019:
Minor doc fix
Add testcase to exercise reconnect behaviour
Fix watchdog table leak
Diffstat (limited to 'lib/diameter/doc')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 97071ff323..318c98f786 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -781,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> |