quic-rpc
quic-rpc copied to clipboard
Unix domain socket transport
Either write an UDS transport from scratch, or figure out how to use quinn via an unix domain socket.
This is useful because an unix domain socket is easier to secure than a localhost network socket, and might also give a bit of a performance advantage.
Now that we have a hyper/http2 transport, that is probably a better match for UDS. Just have an alternative constructor for the http2 server and client channel that uses UDS.
Related: https://github.com/n0-computer/iroh/issues/899