aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/doc/src/diameter.xml
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2013-03-04 15:56:42 +0100
committerAnders Svensson <[email protected]>2013-03-12 18:18:11 +0100
commit924716b9bcecbda07ec630c705ede820363e92bc (patch)
tree065f9e5469f79e1e750d502fbc3250d33e18fa71 /lib/diameter/doc/src/diameter.xml
parent8b947bef92e7ace97c90769fe51a643db7739c3d (diff)
downloadotp-924716b9bcecbda07ec630c705ede820363e92bc.tar.gz
otp-924716b9bcecbda07ec630c705ede820363e92bc.tar.bz2
otp-924716b9bcecbda07ec630c705ede820363e92bc.zip
Tweak okay -> suspect config
Make it just a number of timeouts, without a new DWR being sent.
Diffstat (limited to 'lib/diameter/doc/src/diameter.xml')
-rw-r--r--lib/diameter/doc/src/diameter.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml
index 75e95a9a3d..8e9ec06ff9 100644
--- a/lib/diameter/doc/src/diameter.xml
+++ b/lib/diameter/doc/src/diameter.xml
@@ -1132,10 +1132,10 @@ corresponding timeout (see below) or all fail.</p>
Specifies configuration that alters the behaviour of the watchdog
state machine.
On key <c>okay</c>, the non-negative number of answered DWR
-messages required before transitioning from REOPEN to OKAY.
-On key <c>suspect</c>, the positive number of unanswered DWR messages
-before transitioning from OKAY to SUSPECT, or 0 to never make this
-transition.</p>
+messages before transitioning from REOPEN to OKAY.
+On key <c>suspect</c>, the number of watchdog timeouts before
+transitioning from OKAY to SUSPECT when DWR is unanswered, or 0 to
+not make the transition.</p>
<p>
Defaults to <c>[{okay, 3}, {suspect, 1}]</c>.