2.2.12.2.6 DNSSRV_ZONE_RRL_STATS

The DNSSRV_ZONE_RRL_STATS structure SHOULD<85> contain zone statistics about Response Rate Limiting.

 typedef struct _DnsZoneRRLStats  {
   DNS_ZONE_STATS_TYPE Type;
   DWORD TotalResponsesSent;
   DWORD TotalResponsesDropped;
   DWORD TotalResponsesTruncated;
   DWORD TotalResponsesLeaked;
  
 } DNSSRV_ZONE_RRL_STATS,
 *PDNSSRV_ZONE_RRL_STATS;

Type: The DNS query type for which statistics are required. The value is of type DNS_ZONE_STATS_TYPE (section 2.2.12.1.1).

TotalResponsesSent: The total number of responses sent on a specified zone when RRL is enabled.

TotalResponsesDropped: The total number responses dropped on a specified zone when RRL is enabled.

TotalResponsesTruncated: The total number of responses sent with a truncated bit set on a specified zone when RRL is enabled.

TotalResponsesLeaked: The total number of responses sent after exhaustion of available responses on a specified zone when RRL is enabled.