projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2abe74f
)
MINOR: quic: Attach QUIC mux connection objet to QUIC connection.
author
Frédéric Lécaille
<flecaille@haproxy.com>
Thu, 18 Feb 2021 09:16:06 +0000
(10:16 +0100)
committer
Amaury Denoyelle
<adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000
(15:27 +0200)
This add a qcc struct for QUIC mux/demux connection layer to quic_conn struct
at low level connection layer.
include/haproxy/xprt_quic-t.h
patch
|
blob
|
history
diff --git
a/include/haproxy/xprt_quic-t.h
b/include/haproxy/xprt_quic-t.h
index
ed99465
..
d55c36b
100644
(file)
--- a/
include/haproxy/xprt_quic-t.h
+++ b/
include/haproxy/xprt_quic-t.h
@@
-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;
};