FreeBSD Bugzilla – Attachment 171445 Details for
Bug 210286
Traceroute6 does not timeout in the continued presence of echo replies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff to fix traceroute6
traceroute6.c.diff (text/plain), 306 bytes, created by
Denny Page
on 2016-06-14 21:20:22 UTC
(
hide
)
Description:
Diff to fix traceroute6
Filename:
MIME Type:
Creator:
Denny Page
Created:
2016-06-14 21:20:22 UTC
Size:
306 bytes
patch
obsolete
>*** traceroute6.c.org Tue Jun 14 12:59:46 2016 >--- traceroute6.c Tue Jun 14 13:54:31 2016 >*************** >*** 956,961 **** >--- 956,965 ---- > } > break; > } >+ else if (deltaT(&t1, &t2) > waittime * 1000) { >+ cc = 0; >+ break; >+ } > } > if (cc == 0) > printf(" *");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210286
: 171445