mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
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
b1b6afa587
commit
161ab37d24
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308347
@ -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