diff options
author | Razvan Becheriu <razvan@isc.org> | 2022-03-30 08:33:46 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2022-04-04 16:47:26 +0200 |
commit | 25afca7303e9e3a1080b8b3a1e54b50ef065c6aa (patch) | |
tree | bfb91a9cb6d4e0f3192fd4bef3c61119cf988c08 /doc/examples/kea6 | |
parent | [#1716] Restore removed comment (diff) | |
download | kea-25afca7303e9e3a1080b8b3a1e54b50ef065c6aa.tar.xz kea-25afca7303e9e3a1080b8b3a1e54b50ef065c6aa.zip |
[#1716] fixed doxygen, missing documentation, fixed compilation
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-keys.json | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index b8ab1d3a4a..322fe4f2c6 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -372,19 +372,21 @@ // re-detected. "re-detect": true, - // Kea tries to bind the service sockets during an initialiation. It may - // fail due to a port being already opened or misconfiguration. Kea suppresses - // these errors by default and only logs them. This flag prevents starting the - // DHCP server without binding all sockets. + // Kea tries to bind the service sockets during initialiation. It may + // fail due to a port being already opened or misconfiguration. Kea can + // suppress these errors and only logs them. This flag prevents starting + // the DHCP server without binding all sockets. If unspecified, it + // defaults to false. "service-sockets-require-all": true, - // Kea tries to bind the service sockets during an initialiation. This option - // specifies how many times the opening port will be retried. The default value - // is 0 which means that the opening will be not repeated. + // Kea tries to bind the service sockets during initialiation. This + // option specifies how many times binding to interface will be retried. + // The default value is 0 which means that the operation will not be + // repeated. "service-sockets-max-retries": 5, - // Milliseconds to wait before the next attempt of opening a service socket if - // a port is already bound. + // The time interval in milliseconds to wait before the next attempt to + // retry opening a service socket. "service-sockets-retry-wait-time": 5000 }, |