Currently tokio-ping can't be compiled for windows since it makes use of ``` use std::os::unix::io::{AsRawFd, RawFd}; ``` Windows-specific behavior should be implemented.
Currently tokio-ping can't be compiled for windows since it makes use of
Windows-specific behavior should be implemented.