mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
lazy commit
This commit is contained in:
parent
89af7d6d4e
commit
c5b4311a82
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue