commit | 654269c769a167473d17b7bfec7c37f892975e8d | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Aug 08 15:38:57 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Aug 09 16:00:30 2022 +0200 |
tree | e937db0ddfb1f7342e91fe96913f4d44dbf5621d | |
parent | 5b68986d7799eab504b6f4194eb7c3a89bb73406 [diff] |
MINOR: quic: refactor datagram commit in Tx buffer This is the final patch on quic-conn Tx refactor. Extend the function which is used to write a datagram header to save at the same time written buffer data. This makes sense as the two operations are used at the same occasion when a pre-written datagram is comitted.