Fix an infinite loop at an non-responding hop when other echo replies
are kept arriving in the waittime time window. Submitted by: Denny Page PR: 210286 MFC after: 3 days
This commit is contained in:
parent
dc172872f1
commit
c5bff35f2d
@ -955,6 +955,9 @@ main(argc, argv)
|
||||
break;
|
||||
}
|
||||
break;
|
||||
} else if (deltaT(&t1, &t2) > waittime * 1000) {
|
||||
cc = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (cc == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user