]> git.meshlink.io Git - meshlink/commit
Add meshlink_get_all_nodes_by_last_reachable().
authorGuus Sliepen <guus@meshlink.io>
Sun, 1 Dec 2019 22:56:10 +0000 (23:56 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 1 Dec 2019 23:32:04 +0000 (00:32 +0100)
commit42cef01039177f3c762001439c8fb6bbdcd6e159
treee2fe7b77844af6132a8e83437dd21ee63112b2e7
parent9dd7e301e61ecf3e15aa6611751515d844fa8dae
Add meshlink_get_all_nodes_by_last_reachable().

MeshLink now keeps track of when a node was last reachable. This can be
used by an application to detect nodes that were never reachable or which
have not been reachable for a certain amount of time.
src/graph.c
src/meshlink.c
src/meshlink.h
src/meshlink.sym
src/meshlink_internal.h
src/net_setup.c
src/node.h
test/Makefile.am
test/get-all-nodes.c [new file with mode: 0644]