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

NO-JIRA: [Python] IO: Add ENETUNREACH to the list of tolerated errors #365

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 7, 2022

  1. NO-JIRA: [Python] IO: Add ENETUNREACH to the list of tolerated errors

    ...which will enable reconnection logic to act in this case.
    ENETUNREACH can happen when target network is unreachable for example
    when the network stack was not fully initialized yet or when a network
    is not connected temporarily, etc.
    This makes ENETUNREACH handled just like EHOSTUNREACH
    (which is for some reason indicated with EINPROGRESS in this part of the code).
    
    Signed-off-by: Ievgen Popovych <[email protected]>
    Jmennius committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    ba58d8c View commit details
    Browse the repository at this point in the history