]> git.meshlink.io Git - meshlink/commit
Add meshlink_hint_network_change().
authorGuus Sliepen <guus@meshlink.io>
Tue, 26 Jan 2021 21:55:21 +0000 (22:55 +0100)
committerGuus Sliepen <guus@meshlink.io>
Thu, 15 Apr 2021 18:30:51 +0000 (20:30 +0200)
commit3be09bc77ac43f45d3fc933f90c93567562d9231
tree1d5f62c1bc9428ddf0b9f707dce96bed4c7b600d
parentc68c5ebd8abf7a91f3d0ea3d05aa872b6a40d78e
Add meshlink_hint_network_change().

This is intended to be used when there is no way for MeshLink to get
notifications of local network changes. It forces MeshLink to scan all
network interfaces for changes in up/down status and new/removed addresses,
and will immediately check if all connections to other nodes are still
alive.
src/discovery.c
src/discovery.h
src/meshlink++.h
src/meshlink.c
src/meshlink.h
src/meshlink.sym