]> git.meshlink.io Git - meshlink/commit
Ignore online/offline state from Catta.
authorGuus Sliepen <guus@meshlink.io>
Fri, 26 Jul 2019 22:49:40 +0000 (00:49 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 26 Jul 2019 22:49:40 +0000 (00:49 +0200)
commitcb9cccebb8d74a573a131ac6794542881f9a7d38
treeb9fc0ca14a272ebb7ab33faae5294f48ade3c8cf
parent64720408e45d283eaaa5091957d949fab43087ef
Ignore online/offline state from Catta.

Catta only works on Ethernet interfaces. However, if there is a
non-Ethernet interface, MeshLink might still be able to connect to
peers. So just rely on getifaddrs() for checking whether to terminate
connections or not.
src/meshlink.c