Content-Transfer-Encoding: binary MIME-Version: 1.0 Message-ID: Content-Disposition: inline To: bind9-public@isc.org X-Mailer: MIME-tools 5.508 (Entity 5.508) Subject: Extend TCP keepalive tests to check handling of out of range parameter values X-RT-Interface: Web From: stephen@isc.org Content-Type: text/plain; charset="utf-8" Date: Fri, 03 Nov 2017 17:41:40 +0000 X-RT-Original-Encoding: utf-8 Content-Length: 372 The parameters tcp-initial-timeout (25 - 1200) tcp-idle-timeout (1 - 1200) tcp-keepalive-timeout (1 - 65535) tcp-advertised-timeout (0 - 65535) ... have documented valid ranges (shown above in parentheses). The tests should be extended to check that the specification of out of range value causes BIND to emit a warning and adjust the value to the appropriate boundary.