mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
add units (100ms) to comments
This commit is contained in:
parent
1d2b531062
commit
7dcf974daf
3 changed files with 2 additions and 3 deletions
|
@ -3705,7 +3705,7 @@ type dns_edns_ecs: record {
|
|||
## .. zeek:see:: dns_EDNS_tcp_keepalive
|
||||
type dns_edns_tcp_keepalive: record {
|
||||
keepalive_timeout_omitted: bool; ##< Whether timeout value is omitted
|
||||
keepalive_timeout: count; ##< Timeout value
|
||||
keepalive_timeout: count; ##< Timeout value, in 100ms
|
||||
};
|
||||
|
||||
## An additional DNS TSIG record.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue