Branch: refs/heads/master Home: https://github.com/kronosnet/kronosnet Commit: b84b48c61368544d14324d6173d3918d24df9837 https://github.com/kronosnet/kronosnet/commit/b84b48c61368544d14324d6173d391... Author: Christine Caulfield ccaulfie@redhat.com Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths: M libknet/transport_udp.c
Log Message: ----------- [udp] Better fix for -ENETUNREACH
This fix for the ENETUNREACH problem works better than the last one in that it also works with Linux kernels > 5.0.0 (which return -ENETUNREACH) if an interfaces is brought down, and also on FreeBSD which returns ENETDOWN.
Commit: 49e3b23c0f536c2dad65ed4661dd819d6b06f680 https://github.com/kronosnet/kronosnet/commit/49e3b23c0f536c2dad65ed4661dd81... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths: M libknet/transport_udp.c
Log Message: ----------- Merge pull request #282 from kronosnet/better-eunreach-patch
[udp] Better fix for -ENETUNREACH
Compare: https://github.com/kronosnet/kronosnet/compare/30a9e0a20e74...49e3b23c0f53