mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-18 01:58:09 -05:00
MINOR: quic: Attach QUIC mux connection objet to QUIC connection.
This add a qcc struct for QUIC mux/demux connection layer to quic_conn struct at low level connection layer.
This commit is contained in:
parent
2abe74f39c
commit
65bc43434a
1 changed files with 2 additions and 0 deletions
|
|
@ -628,6 +628,8 @@ struct quic_conn {
|
|||
struct quic_path paths[1];
|
||||
struct quic_path *path;
|
||||
|
||||
/* MUX */
|
||||
struct qcc *qcc;
|
||||
struct task *timer_task;
|
||||
unsigned int timer;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue