diff options
author | Marcin Siodelski <marcin@isc.org> | 2018-04-10 11:33:32 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2018-05-10 18:03:56 +0200 |
commit | fc10ca80f4222433c6f4b4d910cb615184cb481f (patch) | |
tree | c5573a2259ec716f1ece907c74e33091335285e8 /doc/guide | |
parent | [5478] Described HA specific commands. (diff) | |
download | kea-fc10ca80f4222433c6f4b4d910cb615184cb481f.tar.xz kea-fc10ca80f4222433c6f4b4d910cb615184cb481f.zip |
[5478] Default configuration values documented.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/hooks.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/guide/hooks.xml b/doc/guide/hooks.xml index fcde4d205d..c72a390c7c 100644 --- a/doc/guide/hooks.xml +++ b/doc/guide/hooks.xml @@ -3219,7 +3219,8 @@ both the command and the response. a duration in seconds between the last heartbeat (or other command sent to the partner) and sending the next heartbeat. The heartbeats are sent periodically to gather the status of the partner and to verify whether - the partner is still operating.</para></listitem> + the partner is still operating. The default value of this parameter is + 10.</para></listitem> <listitem><para><command>max-response-delay</command> - specifies a duration in seconds since the last successful communication with the @@ -3231,6 +3232,7 @@ both the command and the response. may transition to the <command>partner-down</command> state (when <command>max-unacked-clients</command> is 0) or trigger failure detection procedure using the values of the two parameters below. + The default value of this parameter is 60. </para></listitem> <listitem><para><command>max-ack-delay</command> - is one of @@ -3241,7 +3243,8 @@ both the command and the response. trying to communicate with the DHCP server. This parameter specifies the maximum time for the client to try to communicate with the DHCP server, after which this server assumes that the client failed to communicate - with the DHCP server (is "unacked").</para></listitem> + with the DHCP server (is "unacked"). The default value of this parameter + is 10.</para></listitem> <listitem><para><command>max-unacked-clients</command> - specifies how many "unacked" clients are allowed (see <command>max-ack-delay</command>) @@ -3251,7 +3254,8 @@ both the command and the response. mechanism. In this case, the server which can't communicate with the partner over the control channel assumes that the partner server is down and transitions to the <command>partner-down</command> state - immediately.</para></listitem> + immediately. The default value of this parameter is 10.</para> + </listitem> </itemizedlist> </para> |