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
The text was updated successfully, but these errors were encountered:
noooop
changed the title
Is there any way to recv data directly to an existing buffer?
[Feature]: Is there any way to recv data directly to an existing buffer?
Jan 22, 2025
_recv_frame always creates a new Frame.
This will result in one more copy of the data, which is not cool.
Is there any way to recv data directly to an existing buffer?
This way I can pass in the pre-allocated buffer instead of copying the data in the Frame to where it should go.
When using the C language API, you always need to prepare a buffer.
C language can always achieve all the things.
The text was updated successfully, but these errors were encountered: