meh / rust-tun

TUN device creation and handling.
340 stars 133 forks source link

fix: implement IntoRawFd for Queue properly #45

Closed black-binary closed 1 year ago

black-binary commented 2 years ago

as_raw_fd() will not transfer the ownership of fd to the caller :)