Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <ievgenp@seetrue.ai>
- Loading branch information