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
Reproduced by using https://github.com/meh/rust-tun/blob/master/examples/ping-tun.rs
When I ping 10.0.0.2, that program gets an ICMP packet, and it tries to reply. At that point it fails in https://github.com/meh/rust-tun/blob/master/examples/ping-tun.rs#L66 with code 88, Socket operation on non-socket
ping 10.0.0.2
code 88
Socket operation on non-socket
This is happening on Linux Ubuntu 20.04 with Kernel 5.13.0-44 , in case that is relevant for reproducibility.
The text was updated successfully, but these errors were encountered:
Just noticed #43 --- this is likely a duplicate, let me try that fix.
Sorry, something went wrong.
Confirmed that #43 fixes this
Can the package be updated in https://crates.io/crates/tun ? Seems like it was last updated 10 months ago, and that release contains this bug.
ping
change to tun_name for easy to search (meh#48)
8fece34
No branches or pull requests
Reproduced by using https://github.com/meh/rust-tun/blob/master/examples/ping-tun.rs
When I
ping 10.0.0.2
, that program gets an ICMP packet, and it tries to reply. At that point it fails in https://github.com/meh/rust-tun/blob/master/examples/ping-tun.rs#L66 withcode 88
,Socket operation on non-socket
This is happening on Linux Ubuntu 20.04 with Kernel 5.13.0-44 , in case that is relevant for reproducibility.
The text was updated successfully, but these errors were encountered: