dslreports logo
 
    All Forums Hot Topics Gallery
spc
uniqs
59

SYNACK
Just Firewall It
Mod
join:2001-03-05
Venice, CA

SYNACK to k1ll3rdr4g0n

Mod

to k1ll3rdr4g0n

Re: [XP] Weird tracert results

If you are worried about the very large numbers, this is just a bug or race condition in the driver. Maybe it's multithreaded and does not properly keep track of it's ducks.

The tick count is a U32 integer so it will wrap around at 4294967295.

Most likely you can get the correct numbers by subtracting the reading from 2^32, e.g. the first value would be:

4294967295-4294967204 = 91ms

Try to update the driver and all should be well. This is just a cosmetic display issue due to a shoddy driver. Everything outside your PC is working just fine.

What is the make and model of your NIC (or motherboard)?