We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Great project!
What's your plan of supporting macos and windows?
The text was updated successfully, but these errors were encountered:
Thanks. I appreciate it if someone could open pull requests for those operating systems.
Sorry, something went wrong.
Maybe we can just import libtuntap
It might be better to avoid external library dependencies.
It seems that there is no complicated work to be done to make this project compatible with macOS. The APIs are almost the same with Linux.
For Windows, we could use wintun, which already provided similar interfaces as *NIX platforms.
wintun
BTW, could you generates FFI definitions prior to release this library? Because bindgen requires uses to install libclang, which is unnecessary.
No branches or pull requests
Great project!
What's your plan of supporting macos and windows?
The text was updated successfully, but these errors were encountered: