hyperlocal icon indicating copy to clipboard operation
hyperlocal copied to clipboard

Adding support for UnixStream to take advantage of vectored writes

Open craftytrickster opened this issue 1 year ago • 0 comments

If one checks UnixStream source code, they will see that is_write_vectored is equal to true. https://docs.rs/tokio/latest/src/tokio/net/unix/stream.rs.html#982

craftytrickster avatar Oct 28 '23 14:10 craftytrickster