mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 06:41:32 +02:00
MINOR: mux-quic: remove quic_transport_params_update
This function is unused.
This commit is contained in:
parent
b78805488b
commit
59e0b1f44c
@ -56,12 +56,6 @@ static inline int qc_is_listener(struct quic_conn *qc)
|
|||||||
return qc->flags & QUIC_FL_CONN_LISTENER;
|
return qc->flags & QUIC_FL_CONN_LISTENER;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Update the mux stream-related transport parameters from <qc> connection */
|
|
||||||
static inline void quic_transport_params_update(struct quic_conn *qc)
|
|
||||||
{
|
|
||||||
quic_mux_transport_params_update(qc->qcc);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Returns the required length in bytes to encode <cid> QUIC connection ID. */
|
/* Returns the required length in bytes to encode <cid> QUIC connection ID. */
|
||||||
static inline size_t sizeof_quic_cid(const struct quic_cid *cid)
|
static inline size_t sizeof_quic_cid(const struct quic_cid *cid)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user