Skip to content
Snippets Groups Projects
Commit dbca3860 authored by Libor Peltan's avatar Libor Peltan Committed by Daniel Salzman
Browse files

quic/requestor: block hypothetical conn creation upon recv Initial

parent 20be04fa
No related branches found
No related tags found
1 merge request!1719kxdpgun: block eventual creation of conns when recvd initial...
Pipeline #131094 passed
......@@ -194,6 +194,7 @@ int knot_qreq_connect(struct knot_quic_reply **out,
return KNOT_ENOMEM;
}
table->flags |= KNOT_QUIC_TABLE_CLIENT_ONLY;
if (log_enabled_quic_debug()) {
table->log_cb = quic_log_cb;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment