Add probe_icmp_reply_hop_limit (#694)
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Thu, 8 Oct 2020 10:50:21 +0000 (07:50 -0300)
committerGitHub <noreply@github.com>
Thu, 8 Oct 2020 10:50:21 +0000 (11:50 +0100)
commit953d80b382924eb8796263410e3a1eda0a684778
treeb50b826715c723822224d393317e5edef0adf2b9
parent10b04fc9fd220343938233c5586556f7e84a2f45
Add probe_icmp_reply_hop_limit (#694)

IPv6 hop limit (IPv4 TTL) tells how many remaining hops the reply
datagram has. When the target uses a well known initial hop limit,
it can be used to count the number of hops from the target to the
prober and detect routing problems.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
prober/icmp.go