]> git.meshlink.io Git - meshlink/commit - src/meshlink++.h
Add meshlink_get_node_reachability().
authorGuus Sliepen <guus@meshlink.io>
Sun, 19 Jan 2020 23:45:09 +0000 (00:45 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 19 Jan 2020 23:45:09 +0000 (00:45 +0100)
commitbe83b0af60449c7b35d17d97f2e6dc12f611e831
tree2192c95d8c50cd661a31387fa0a922e636b467cd
parent529b8fab8c21e7ae5af91d742ff202eab38e51f3
Add meshlink_get_node_reachability().

This function returns the current state of a node's reachability, as
well as the last time the node became reachable and the last time it
became unreachable.
src/meshlink++.h
src/meshlink.c
src/meshlink.h
src/meshlink.sym
test/basic.c
test/import-export.c