Skip to content
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

Internet connectivity checker: remove unfixable transition #310

Merged
merged 1 commit into from
Aug 14, 2021

Conversation

fhunleth
Copy link
Member

If a "ping" returned that there wasn't a network interface to ping, this
would lead to the interface being marked disconnected with no way of
escaping if it was a transient error.

The original assumption was that if ping return this that it was just a
matter of time before the interface went down. However, if there's a
transient or unfortunate ordering of events and this happened, then the
checker would stop polling and the interface could never be marked as
internet-connected.

If a "ping" returned that there wasn't a network interface to ping, this
would lead to the interface being marked disconnected with no way of
escaping if it was a transient error.

The original assumption was that if ping return this that it was just a
matter of time before the interface went down. However, if there's a
transient or unfortunate ordering of events and this happened, then the
checker would stop polling and the interface could never be marked as
internet-connected.
@fhunleth fhunleth merged commit be0f0c5 into main Aug 14, 2021
@fhunleth fhunleth deleted the icc-update branch August 14, 2021 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant