microsoft/msquic

QUIC_STREAM_EVENT_SEND_COMPLETE should include the number of buffers sent

开放

#5,290 创建于 2025年7月28日

 (5 条评论) (0 个反应) (0 位负责人)C (686 个派生)github user discovery
Area: CoreTriagedexternalfeature requesthelp wanted

仓库指标

星标
 (4,764 个星标)
PR 合并指标
 (平均合并 6天) (30 天内合并 40 个 PR)

描述

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

贡献者指南