diff options
author | Anders Svensson <[email protected]> | 2015-03-21 10:11:51 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2015-03-23 13:23:36 +0100 |
commit | 9f496aaba6e8a63180eca3a77d01205ca0fcbff7 (patch) | |
tree | 3e4cf37138c8dad7d08fb6ec8873befa69d4c4a1 /lib/diameter/doc/src | |
parent | 5228b6e5e3906a7a26e2e730b9f0213844e967a8 (diff) | |
download | otp-9f496aaba6e8a63180eca3a77d01205ca0fcbff7.tar.gz otp-9f496aaba6e8a63180eca3a77d01205ca0fcbff7.tar.bz2 otp-9f496aaba6e8a63180eca3a77d01205ca0fcbff7.zip |
Add transport_opt() dpr_timeout
To cause a peer connection to be closed following an outgoing DPA, in
case the peer fails to do so. It is the recipient of DPA that should
close the connection according to RFC 6733.
Diffstat (limited to 'lib/diameter/doc/src')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 27f2d76f28..e22da3c9d5 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -1163,6 +1163,18 @@ terminated following an outgoing DPR if DPA is not received.</p> Defaults to 1000.</p> </item> +<marker id="dpr_timeout"/> +<tag><c>{dpr_timeout, &dict_Unsigned32;}</c></tag> +<item> +<p> +Number of milliseconds after which a transport connection is +terminated following an incoming DPR if the peer does not close the +connection.</p> + +<p> +Defaults to 5000.</p> +</item> + <marker id="length_errors"/> <tag><c>{length_errors, exit|handle|discard}</c></tag> <item> |