hyperlocal
hyperlocal copied to clipboard
Adding support for UnixStream to take advantage of vectored writes
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