-
Notifications
You must be signed in to change notification settings - Fork 145
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
Comments
Could you make a pull request so I can review it? Also could you run |
I can make a PR for iOS, would you mind a PR with |
You can put them both in the same PR as long as they're separate commits 🐼 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
torust-tun
to create an async interface for reading/writing.The text was updated successfully, but these errors were encountered: