I'm using POE::Component::Client::Ping to ping multiple hosts with this example.
As I understand this sends one request to host. Is it possible to specify number of packets to ping like in ping -c 4 HOST?
I'm using POE::Component::Client::Ping to ping multiple hosts with this example.
As I understand this sends one request to host. Is it possible to specify number of packets to ping like in ping -c 4 HOST?
Yes, it is possible to send a ping with a non-standard payload size. Details here :
https://metacpan.org/pod/POE::Component::Client::Ping#OTHER-RESOURCES