Closed jamesarich closed 1 month ago
fixes: #1304
The calculation of hopsAway was using an incorrect comparison between hopStart and hopLimit. This commit fixes the logic to correctly determine the number of hops a packet has traveled.
hopsAway
hopStart
hopLimit
fixes: #1304
The calculation of
hopsAway
was using an incorrect comparison betweenhopStart
andhopLimit
. This commit fixes the logic to correctly determine the number of hops a packet has traveled.