microsoft/msquic

QUIC_STREAM_EVENT_SEND_COMPLETE should include the number of buffers sent

Offen

#5.290 geöffnet am 28.07.2025

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (686 Forks)github user discovery
Area: CoreTriagedexternalfeature requesthelp wanted

Repository-Metriken

Stars
 (4.764 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T) (40 gemergte PRs in 30 T)

Beschreibung

Describe the feature you'd like supported

It would be nice if the event data of QUIC_STREAM_EVENT_SEND_COMPLETE contained the number of buffers (count) that were initially passed into StreamSend.

Proposed solution

This would make it easier to build zero-copy implementations when send buffering is disabled so that data can be freed easily after sending has completed.

Additional context

No response

Contributor Guide