microsoft/msquic

QUIC_STREAM_EVENT_SEND_COMPLETE should include the number of buffers sent

オープン

#5,290 opened on 2025/07/28

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)C (686 件のフォーク)github user discovery
Area: CoreTriagedexternalfeature requesthelp wanted

Repository metrics

Stars
 (4,764 個のスター)
PR merge metrics
 (平均マージ 6d) (30d で 40 merged PRs)

説明

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

コントリビューターガイド