ValentinBELYN / icmplib

Easily forge ICMP packets and make your own ping and traceroute.
GNU Lesser General Public License v3.0
267 stars 45 forks source link

Get TTL value #5

Closed R0ronoaZoro closed 4 years ago

R0ronoaZoro commented 4 years ago

First of all, I have to say your library is cool. But I'm using this multiping function. Is there anyway to get TTL value here?

ValentinBELYN commented 4 years ago

Thank you for using my library 😄 Unfortunately, there is no way to get the TTL with the multiping function. We talked about it recently here #2.

Out of curiosity, why do you want to access this value in multiping?