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

Support transferring FDs between processes for UnixStream and UnixDatagram #2322

Closed
zonyitoo opened this issue Mar 15, 2020 · 2 comments
Closed
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-net Module: tokio/net

Comments

@zonyitoo
Copy link
Contributor

Version

v0.2.13

Platform

Darwin 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan  9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64

and other *nix systems.

Subcrates

net

Description

*nix systems support transferring file descriptors between processes with UnixStream and UnixDatagram.

@polachok
Copy link
Contributor

Check out https://github.com/polachok/passfd/tree/tokio-2

@Darksonn Darksonn added A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-net Module: tokio/net labels Apr 29, 2020
@Darksonn
Copy link
Contributor

Closing as duplicate of #2975. I know this one came first, but the other has more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-net Module: tokio/net
Projects
None yet
Development

No branches or pull requests

3 participants