You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.