From: Marcin Siodelski Date: Tue, 4 Jul 2017 16:12:46 +0000 (+0200) Subject: [5318] Updated User's Guide with the information about connection timeouts. X-Git-Tag: trac5227_base~8^2~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=378a7e74e86ceb4112cb4fa7959a841259d5ccc0;p=thirdparty%2Fkea.git [5318] Updated User's Guide with the information about connection timeouts. Also, included a note about removal of the 64kB command restrictions. --- diff --git a/doc/guide/ctrl-channel.xml b/doc/guide/ctrl-channel.xml index 5a9ce5bc73..9e64e53f97 100644 --- a/doc/guide/ctrl-channel.xml +++ b/doc/guide/ctrl-channel.xml @@ -60,6 +60,20 @@ it on its own. + Control connections over both HTTP and unix domain sockets are + guarded with timeouts. The default timeout value is set to 10s + and is not configurable. The timeout configuration will be + implemented in the future. + + + + Kea 1.2.0 release and earlier had a limitation of 64kB + on the maximum size of a command and a response sent over the unix + domain socket. This limitation has been removed after Kea 1.2.0 + release. + + +
Data Syntax Communication over the control channel is conducted using JSON