microsoft/msquic

QUIC_STREAM_EVENT_SEND_COMPLETE should include the number of buffers sent

Open

#5.290 aberto em 28 de jul. de 2025

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)C (671 forks)github user discovery
Area: CoreTriagedexternalfeature requesthelp wanted

Métricas do repositório

Stars
 (4.712 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador