liboping icon indicating copy to clipboard operation
liboping copied to clipboard

Duplicate Responses

Open robbym opened this issue 8 years ago • 0 comments

When I ping a Ipv6 multicast address, ff02::1 in this case, multiple hosts respond. Using the ping6 utility, this shows up as normal responses with (DUP!) suffix.

$ ping6 -I wpan0 ff02::1
PING ff02::1(ff02::1) from fe80::ac74:ba9e:8d68:ebca wpan0: 56 data bytes
64 bytes from fe80::ac74:ba9e:8d68:ebca: icmp_seq=1 ttl=64 time=0.056 ms
64 bytes from fe80::8837:7775:4d70:ca4d: icmp_seq=1 ttl=64 time=34.8 ms (DUP!)
64 bytes from fe80::90f1:b73c:49a4:7ed5: icmp_seq=1 ttl=64 time=70.8 ms (DUP!)

I don't think liboping has a way of getting these hosts. Could it?

robbym avatar Sep 15 '17 16:09 robbym