schweikert / fping

High performance ping tool
https://fping.org
Other
1.01k stars 250 forks source link

new option --check-source #334

Closed auerswal closed 1 month ago

auerswal commented 1 month ago

Using the new option --check-source discards Echo reply packets sourced from an address that is different from the specified target address. This can be useful on busy monitoring hosts, because it is possible that two fping processes running at he same time use the same ICMP Echo Reply Identifier for ICMP Echo messages sent to different hosts.

This aims to address GH issue #206.

coveralls commented 1 month ago

Coverage Status

coverage: 85.46% (-0.009%) from 85.469% when pulling a79be0285d7bd9912bce1e0f359c8b69ffb5633e on auerswal:check_source_v2 into 00d641710499248319622c25d4fc79e1465f2714 on schweikert:develop.

auerswal commented 1 month ago

I plan to merge this next weekend, unless there is any objection.