-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not abort tracing for transient network errors #1238
Labels
Comments
fujiapple852
added a commit
that referenced
this issue
Jul 27, 2024
fujiapple852
added a commit
that referenced
this issue
Jul 27, 2024
fujiapple852
added a commit
that referenced
this issue
Jul 30, 2024
fujiapple852
added a commit
that referenced
this issue
Jul 30, 2024
fujiapple852
added a commit
that referenced
this issue
Jul 30, 2024
fujiapple852
added a commit
that referenced
this issue
Aug 1, 2024
fujiapple852
added a commit
that referenced
this issue
Aug 1, 2024
fujiapple852
added a commit
that referenced
this issue
Aug 1, 2024
fujiapple852
added a commit
that referenced
this issue
Aug 1, 2024
fujiapple852
added a commit
that referenced
this issue
Aug 1, 2024
fujiapple852
added a commit
that referenced
this issue
Aug 8, 2024
fujiapple852
added a commit
that referenced
this issue
Aug 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tracer should not abort when it encounters transient network errors when sending or receiving probes.
Status
EHOSTUNREACH
onsend_to()
EINVAL
onsend_to()
EHOSTUNREACH
onsend_to()
EADDRNOTAVAIL
onbind()
EADDRNOTAVAIL
onbind()
EADDRNOTAVAIL
onbind()
ENETUNREACH
onsend_to()
ENETUNREACH
onsend_to()
EADDRNOTAVAIL
onbind()
andENETUNREACH
onconnect()
WSAENETUNREACH
orWSAENOBUFS
onsend_to()
WSAENETUNREACH
orWSAENOBUFS
onsend_to()
EADDRNOTAVAIL
onbind()
Tasks
Fail
column #1258The text was updated successfully, but these errors were encountered: