]> git.meshlink.io Git - meshlink/commit
Add meshlink_get_all_nodes_by_last_reachable API, meshlink_get_node_reachability...
authorRoop <40358733+sairoop-elear@users.noreply.github.com>
Tue, 4 Feb 2020 10:46:29 +0000 (16:16 +0530)
committerGuus Sliepen <guus@meshlink.io>
Thu, 2 Apr 2020 18:41:34 +0000 (20:41 +0200)
commit9e00b59261964f6e18795c996b595cc86d75a317
treeed12afa7fbf7fc5054256e0200b467ec51fae163
parent43fde2e67d58f92c1c1dfd08a93bec666f548716
Add meshlink_get_all_nodes_by_last_reachable API, meshlink_get_node_reachability API and its test vectors

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.
test/blackbox/run_blackbox_tests/Makefile.am
test/blackbox/run_blackbox_tests/run_blackbox_tests.c
test/blackbox/run_blackbox_tests/test_cases_get_node_reachability.c [new file with mode: 0644]
test/blackbox/run_blackbox_tests/test_cases_get_node_reachability.h [new file with mode: 0644]