Jmennius opened a new pull request, #365: URL: https://github.com/apache/qpid-proton/pull/365
...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). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
