add units (100ms) to comments

This commit is contained in:
FlyingWithJerome 2020-08-15 08:54:12 -04:00
parent 1d2b531062
commit 7dcf974daf
3 changed files with 2 additions and 3 deletions

View file

@ -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.