ValentinBELYN / icmplib

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

Fixes #16: avg_rtt should be divided by packets_received #17

Closed patrickfnielsen closed 4 years ago

patrickfnielsen commented 4 years ago

This PR should fix #16, by making sure avt_rtt is divided by packets_received if it's not None.

ValentinBELYN commented 4 years ago

Thank you! 👍