softprops / hyperlocal

🔌 ✨rustlang hyper bindings for local unix domain sockets
MIT License
227 stars 46 forks source link

Adding support for UnixStream to take advantage of vectored writes #63

Closed craftytrickster closed 1 week ago

craftytrickster commented 9 months ago

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