commit | abbe91e5e82374bb8bbf6e3ebba524a5e6aff99e | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Nov 12 16:09:29 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Nov 18 10:50:58 2021 +0100 |
tree | 81acae04b1866d8db6c23a2d06700ef559b9c855 | |
parent | d1acaf9828d1a95bdefb73ff637e3c467a9fb7ac [diff] |
MINOR: quic: redirect app_ops snd_buf through mux This change is required to be able to use multiple app_ops layer on top of QUIC. The stream-interface will now call the mux snd_buf which is just a proxy to the app_ops snd_buf function. The architecture may be simplified in the structure to install the app_ops on the stream_interface and avoid the detour via the mux layer on the sending path.