Skip to content

Support Scatter Gather Buffers on the client to copy data directly to application provided buffers #4747

@srsubra

Description

@srsubra

Describe the feature you'd like supported

Currently, MsQuic with XDP provides the application level callbacks using internal buffers. This requires a mem copy from the MsQuic Internal buffers to the target application buffer. For large blob, allocating this memory and performing a memory copy

Proposed solution

Provide an option where the user can specify the Target buffer address where the data needs to be copied to and MsQuic core layer can automatically copy the data to the target buffer.

Additional context

No response

Metadata

Metadata

Assignees

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions