lazy commit

This commit is contained in:
FlyingWithJerome 2020-08-15 10:59:30 -04:00
parent 89af7d6d4e
commit c5b4311a82

View file

@ -792,7 +792,7 @@ bool DNS_Interpreter::ParseRR_EDNS(DNS_MsgInfo* msg,
};
if ( option_len == 0 || option_len == 2)
{
// 0 bytes is permitted by RFC 7828, showing that the timeout value is missing.
// 0 bytes is permitted by RFC 7828, showing that the timeout value is omitted.
if (option_len == 2) {
edns_tcp_keepalive.keepalive_timeout = ExtractShort(data, option_len);
edns_tcp_keepalive.keepalive_timeout_omitted = false;