diff options
author | Anders Svensson <[email protected]> | 2017-08-29 15:13:55 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2017-08-29 15:13:55 +0200 |
commit | e3c1163d2d42529604a2c0047d22a837d959d780 (patch) | |
tree | 3f75bf752b1e4d49af76fae347e094ec3ca53b5d /lib/diameter/doc | |
parent | c98204a6dacbade814fa32bb1792d05d0657d8db (diff) | |
parent | 3c7e35ca4512088f0b4074f809f3110dfa285b8e (diff) | |
download | otp-e3c1163d2d42529604a2c0047d22a837d959d780.tar.gz otp-e3c1163d2d42529604a2c0047d22a837d959d780.tar.bz2 otp-e3c1163d2d42529604a2c0047d22a837d959d780.zip |
Merge branch 'anders/diameter/strict_capx/OTP-14546' into maint
* anders/diameter/strict_capx/OTP-14546:
Document transport_opt() strict_capx
Rename transport_opt() capx_strictness to strict_capx
Diffstat (limited to 'lib/diameter/doc')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index ad82cafd2f..8b72736108 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -1411,6 +1411,20 @@ Defaults to the list configured on the service if not specified.</p> </item> <tag> +<marker id="strict_capx"/><c>{strict_capx, boolean()]}</c></tag> +<item> +<p> +Whether or not to enforce the RFC 6733 requirement that any message +before capabilities exchange should close the peer connection. +If false then unexpected messages are discarded.</p> + +<p> +Defaults to true. +Changing this results in non-standard behaviour, but can be useful in +case peers are known to be behave badly.</p> +</item> + +<tag> <marker id="transport_config"/><c>{transport_config, term()}</c></tag><item/> <tag><c>{transport_config, term(), &dict_Unsigned32; | infinity}</c></tag> <item> |