-
Notifications
You must be signed in to change notification settings - Fork 107
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
Support unix sockets #1105
Comments
blocked by rust-lang/socket2#332 |
Adding more information, as I initially started implementing it and have some thoughts:
|
Does this mean that for now we are only going to support TCP over unix sockets, not UDP? |
It's possible to have UDP over unix sockets? For some reason I didn't think it's possible. |
Support making outgoing connections from to unix sockets on the remote pod.
Requested by customer who's application reads from the containerd socket.
The text was updated successfully, but these errors were encountered: