szymonwieloch / rust-rawsock

Rust library for obtaining and sending raw network packets from interfaces.
MIT License
64 stars 16 forks source link

Update interface.rs - No panic in case of unknown errors. #12

Open lihe07 opened 2 years ago

lihe07 commented 2 years ago

When meet an unknown error, return a Result::Err instead of panic