bparli / fastping-rs

ICMP ping library in Rust inspired by go-fastping and AnyEvent::FastPing Perl module
MIT License
78 stars 12 forks source link

Error 10022 on windows 11 #43

Open zszep opened 4 months ago

zszep commented 4 months ago

on my windows 11 machine I get this error when running the example code provided:

ERROR fastping_rs > An error occurred while reading: An invalid argument was supplied. (os error 10022)

I am running the code in admin mode. In wireshark I can see the request is done correctly and I get a reply but I get the error in the termina.