-
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
Commit 4bba4665aa14429567194e20d47a16c577b3e2d0 is not published at crates.io #1
Comments
I know, I wasn't done yet with other stuff, that's why I haven't published yet, sadly I haven't had time to work on it in the past few weeks. Was going to add documentation and I was considering separating the interface handling stuff into a separate crate since all those bindings and wrappers for ioctls could be used on any other interface. I can publish a 0.1.1 tomorrow if you need it, but stuff is probably going to change. |
Also ability to split Read and Write parts and send one to another thread would be nice, to allow |
Yeah that's also in the works, I just have to figure out the best way to go about it, since I also want to create a Just need to figure out how to split out the interface related stuff and the file descriptor related stuff so there's no pain adding support for more platforms. |
Now I use a hack to get multi-threadable tun: |
Alright, there's |
So device enabling doesn't work with the version 0.1.
There should be 0.1.1 with the device enabling.
The text was updated successfully, but these errors were encountered: