Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

What about the supporters of xray from Windows? #53

Open
canfeit opened this issue Mar 24, 2018 · 8 comments
Open

What about the supporters of xray from Windows? #53

canfeit opened this issue Mar 24, 2018 · 8 comments

Comments

@canfeit
Copy link

canfeit commented Mar 24, 2018

https://github.com/atom/xray/blob/0035c7fed82fbdb001a5cb3cd1a0a60617cad266/xray_server/src/main.rs#L22

https://github.com/atom/xray/blob/0035c7fed82fbdb001a5cb3cd1a0a60617cad266/xray_cli/src/main.rs#L12

@canfeit
Copy link
Author

canfeit commented Mar 24, 2018

Or,can you provide a fallback solution on Windows?:pensive:

@nathansobo
Copy link

Thanks for the feedback. I’ll investigate alternatives.

@quininer
Copy link

quininer commented Apr 8, 2018

named-pipe is usually an alternative, and parity uses it.

@nathansobo
Copy link

I haven’t found a complete implementation of names pipes that works with tokio.

@mattiascibien
Copy link

mattiascibien commented May 18, 2018

@nathansobo could this work? https://github.com/alexcrichton/tokio-named-pipes. It is the base crate for what @quininer linked.

@Moxinilian
Copy link

What is the current status of Xray on Windows?

@nathansobo
Copy link

nathansobo commented Jul 24, 2018

We're not really production ready on any platform. Windows is especially lacking right now due to no workarounds for domain sockets as stated above.

@GlenCFL
Copy link

GlenCFL commented Aug 16, 2018

The Microsoft Azure team seems to be maintaining a more up-to-date version of tokio-named-pipes here:
https://github.com/Azure/iotedge/tree/master/edgelet/tokio-named-pipe

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

No branches or pull requests

7 participants