quic-rpc icon indicating copy to clipboard operation
quic-rpc copied to clipboard

Unix domain socket transport

Open rklaehn opened this issue 3 years ago • 2 comments

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.

rklaehn avatar Nov 24 '22 07:11 rklaehn

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.

rklaehn avatar Dec 15 '22 11:12 rklaehn

Related: https://github.com/n0-computer/iroh/issues/899

rklaehn avatar May 11 '23 08:05 rklaehn