excessive_ntp_request : count
NTP requests over this length are considered “excessive” and will be flagged (marked “hot”).
Note: This variable isconst
, so may only be changed viaredef
.
allow_excessive_ntp_requests : set[addr]
NTP requests from an address in this set are never considered excessively long (seeexcessive_ntp_request
).
Note: This variable isconst
, so may only be changed viaredef
.