- Add DNS-over-HTTPS support

This commit is contained in:
Ralph Dolmans
2020-05-07 16:36:26 +02:00
parent ce7fd591c6
commit 8dae5d9f81
26 changed files with 6188 additions and 4564 deletions
+6
View File
@@ -868,6 +868,7 @@ struct listen_dnsport*
listen_create(struct comm_base* base, struct listen_port* ATTR_UNUSED(ports),
size_t bufsize, int ATTR_UNUSED(tcp_accept_count),
int ATTR_UNUSED(tcp_idle_timeout),
int ATTR_UNUSED(harden_large_queries),
struct tcl_list* ATTR_UNUSED(tcp_conn_limit),
void* ATTR_UNUSED(sslctx), struct dt_env* ATTR_UNUSED(dtenv),
comm_point_callback_type* cb, void* cb_arg)
@@ -1823,4 +1824,9 @@ tcp_req_info_get_stream_buffer_size(void)
return 0;
}
void http2_stream_add_meshstate(struct http2_stream* ATTR_UNUSED(h2_stream),
struct mesh_area* ATTR_UNUSED(mesh), struct mesh_state* ATTR_UNUSED(m))
{
}
/*********** End of Dummy routines ***********/