meh / rust-tun

TUN device creation and handling.
373 stars 148 forks source link

feat: replace deprecated ioctl with nix (#86) #87

Closed zonyitoo closed 4 weeks ago

zonyitoo commented 9 months ago

This PR is going to replace the deprecated ioctl (or ioctl-sys) with a more actively maintained crate nix.

fixed #86 .