summaryrefslogtreecommitdiff
path: root/contrib/unbound/libunbound/unbound.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/libunbound/unbound.h')
-rw-r--r--contrib/unbound/libunbound/unbound.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/unbound/libunbound/unbound.h b/contrib/unbound/libunbound/unbound.h
index b53426c76d54..945c17a8fb5b 100644
--- a/contrib/unbound/libunbound/unbound.h
+++ b/contrib/unbound/libunbound/unbound.h
@@ -697,6 +697,8 @@ struct ub_server_stats {
long long qtcp_outgoing;
/** number of queries over (DNS over) TLS */
long long qtls;
+ /** number of queries over (DNS over) HTTPS */
+ long long qhttps;
/** number of queries over IPv6 */
long long qipv6;
/** number of queries with QR bit */
@@ -787,6 +789,10 @@ struct ub_server_stats {
long long num_query_subnet_cache;
/** number of bytes in the stream wait buffers */
long long mem_stream_wait;
+ /** number of bytes in the HTTP2 query buffers */
+ long long mem_http2_query_buffer;
+ /** number of bytes in the HTTP2 response buffers */
+ long long mem_http2_response_buffer;
/** number of TLS connection resume */
long long qtls_resume;
/** RPZ action stats */