commit | 0b1f93127f858b8455b1bb9cd93b29e9e3365dae | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jan 26 09:51:28 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jan 26 10:57:17 2022 +0100 |
tree | c480a0690f883cbe7d1ec773eb9b493f8358894d | |
parent | 8ae28077b9c34919c9ebd96295c05dc631e0df2e [diff] |
MINOR: quic: handle app data according to mux/connection layer status Define a new enum to represent the status of the mux/connection layer above a quic_conn. This is important to know if it's possible to handle application data, or if it should be buffered or dropped.