mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Low level code to support ALPN in DoT
This commit adds low-level code necessary to support ALPN in DoT as XoT requires "dot" ALPN token to be negotiated on a connection for zone transfers.
This commit is contained in:
@@ -881,6 +881,7 @@ struct isc_nmsocket {
|
||||
isc_result_t pending_error;
|
||||
/* List of active send requests. */
|
||||
isc__nm_uvreq_t *pending_req;
|
||||
bool alpn_negotiated;
|
||||
} tls;
|
||||
|
||||
#if HAVE_LIBNGHTTP2
|
||||
|
Reference in New Issue
Block a user