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 iOS and Android #21

Closed
eycorsican opened this issue Aug 9, 2020 · 3 comments
Closed

Support iOS and Android #21

eycorsican opened this issue Aug 9, 2020 · 3 comments

Comments

@eycorsican
Copy link
Contributor

I made some changes to this crate and it works on iOS: eycorsican@b5cdf61

The idea is that on iOS and Android, we can create and configure a TUN interface in native code, then pass the file descriptor to rust-tun to create an async interface for reading/writing.

@meh
Copy link
Owner

meh commented Aug 11, 2020

Could you make a pull request so I can review it?

Also could you run cargo fmt in a separate commit so it's easier to review please?

@eycorsican
Copy link
Contributor Author

I can make a PR for iOS, would you mind a PR with rustfmt apply to the whole project?

@meh
Copy link
Owner

meh commented Aug 11, 2020

You can put them both in the same PR as long as they're separate commits 🐼

zonyitoo pushed a commit to zonyitoo/rust-tun that referenced this issue Feb 18, 2024
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

2 participants