Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unix domain socket transport #7

Open
rklaehn opened this issue Nov 24, 2022 · 2 comments
Open

Unix domain socket transport #7

rklaehn opened this issue Nov 24, 2022 · 2 comments

Comments

@rklaehn
Copy link
Collaborator

rklaehn commented Nov 24, 2022

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
Copy link
Collaborator Author

rklaehn commented Dec 15, 2022

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
Copy link
Collaborator Author

rklaehn commented May 11, 2023

Related: n0-computer/iroh#899

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant