summaryrefslogtreecommitdiffstats
path: root/include/internal/quic_demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/quic_demux.h')
-rw-r--r--include/internal/quic_demux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/internal/quic_demux.h b/include/internal/quic_demux.h
index bc5b553582..9cbec61b9e 100644
--- a/include/internal/quic_demux.h
+++ b/include/internal/quic_demux.h
@@ -194,6 +194,11 @@ QUIC_DEMUX *ossl_quic_demux_new(BIO *net_bio,
void ossl_quic_demux_free(QUIC_DEMUX *demux);
/*
+ * Changes the BIO which the demuxer reads from.
+ */
+void ossl_quic_demux_set_bio(QUIC_DEMUX *demux, BIO *net_bio);
+
+/*
* Register a datagram handler callback for a connection ID.
*
* ossl_quic_demux_pump will call the specified function if it receives a datagram