Fix TTL comment

This commit is contained in:
Maximiliano Churichi
2019-05-25 10:57:11 -03:00
committed by Cameron Sparr
parent 3745d7b591
commit 5cc5e2921d

View File

@@ -174,7 +174,7 @@ type Packet struct {
// Seq is the ICMP sequence number.
Seq int
// TTL is the TTL on the packet
// TTL is the Time To Live on the packet.
Ttl int
}