diff options
author | Erlang/OTP <[email protected]> | 2015-05-06 10:46:22 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-05-06 10:46:22 +0200 |
commit | 1055bc6af4599c1c21465929728755ee633b9b26 (patch) | |
tree | 990165c3a9a38a198b1cefd63ab2940245cae384 /lib/diameter/doc | |
parent | af34e2b17e17928ed6af3c963a83b76411525e64 (diff) | |
parent | 7d077a6b95a8993d760a03ca59511a93c1d37374 (diff) | |
download | otp-1055bc6af4599c1c21465929728755ee633b9b26.tar.gz otp-1055bc6af4599c1c21465929728755ee633b9b26.tar.bz2 otp-1055bc6af4599c1c21465929728755ee633b9b26.zip |
Merge branch 'anders/diameter/counters/OTP-12701' into maint-17
* anders/diameter/counters/OTP-12701:
Add counters testcase to 3xxx suite
Fix counting error with unknown application id
Add missing doc wording
Diffstat (limited to 'lib/diameter/doc')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 6e41b01c44..ea175a58b8 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -1820,7 +1820,8 @@ The information presented here is as in the <c>connect</c> case except that the client connections are grouped under an <c>accept</c> tuple.</p> <p> -Whether or not the &transport_opt; <c>pool_size</c> affects the format +Whether or not the &transport_opt; <c>pool_size</c> has been +configured affects the format of the listing in the case of a connecting transport, since a value greater than 1 implies multiple transport processes for the same <c>&transport_ref;</c>, as in the listening case. |