QuicStreams Zero-Copy #5642
Nacho-Neko
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
|
Can you explain the use case a little further? Do you mean a situation like a QUIC forwarder where data received from stream 1 on connection 1 is immediately queued to be sent on stream 1 on connection 2? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to achieve zero-copy packet forwarding between multiple QuicStreams? Linux itself supports zero-copy between sockets, but msquic adds multiple layers of wrappers, making it impossible to access the underlying sockets. Can an efficient method be implemented for mutual copying between QUIC Streams?
Beta Was this translation helpful? Give feedback.
All reactions