-
Hello, I'm considering this library to build a HTTP forward proxy. I need to be able to zero-copy two streams, via a splice I guess. Is it possible? |
Beta Was this translation helpful? Give feedback.
Answered by
Cloudef
Mar 14, 2025
Replies: 1 comment 2 replies
-
Not yet. Adding splice and ZC versions of send/sendmsg and such is simple, just needs new ops. For io_uring ring buffers I have experimental branch locally, but I'm not yet happy with the design. Let me know if you are happy with splice/ZC ops and I can add them. I guess you'd also be interested in sendfile? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Has list of currently unimplemented ops #85 you can comment on the issue for the ones you are interested in and I prioritize them.