From: Marcin Siodelski Date: Thu, 14 Jun 2018 01:30:17 +0000 (+0200) Subject: [5649] Bump the CA timeout for forwarding. X-Git-Tag: Kea-1.4.0~1^2~3^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66154e34ad83fef0de6a0ea41ac0f62854a1c7cb;p=thirdparty%2Fkea.git [5649] Bump the CA timeout for forwarding. --- diff --git a/src/bin/agent/ca_command_mgr.cc b/src/bin/agent/ca_command_mgr.cc index f3ee5fb8b1..37f44372b0 100644 --- a/src/bin/agent/ca_command_mgr.cc +++ b/src/bin/agent/ca_command_mgr.cc @@ -34,7 +34,7 @@ namespace { /// @brief Client side connection timeout. /// @todo Make it configurable. -const long CONNECTION_TIMEOUT = 10000; +const long CONNECTION_TIMEOUT = 60000; }