microsoft/msquic
QUIC_STREAM_EVENT_SEND_COMPLETE should include the number of buffers sent
開放
#5,290 建立於 2025年7月28日
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