-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 for unix abstract sockets #4610
Comments
Hmm, this might need to be added to mio first. That said, you can already do this today before support is added to Tokio by using Tokio's |
Sure, it can be done by using an unstable feature, forcing you into nighty :( The problem is that there is no progression to get rust-lang/rust#85410 into FCP state. |
If nothing else works, it is still possible to create the socket yourself using manual libc calls (possibly via nix) and converting it into a Tokio socket. |
I'm not sure what UDS crate you're referring to, and whatever it is, it isn't what I suggested. |
.. i know. i was only elaborating on other options..
…On Sun, 15 May 2022 at 21:46, Alice Ryhl ***@***.***> wrote:
I'm not sure what UDS crate you're referring to, and whatever it is, it
isn't what I suggested.
—
Reply to this email directly, view it on GitHub
<#4610 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABCY4KYUHGQPG22NNRVEUTVKFICTANCNFSM5S7RJTUA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
The rust lang |
It looks like it is available in mio on older rustc versions. |
Feature Request
Rust added abstract namespace support recently[1] and adding support for tokio would open up support for tonic[2]. Thanks in advance for your consideration.
[1] rust-lang/rust#85379
[2] hyperium/tonic#966
The text was updated successfully, but these errors were encountered: