]> git.meshlink.io Git - meshlink/commit - test/channels-failure.c
Inform UTCP when a node is offline, so it will start connection timeouts.
authorGuus Sliepen <guus@meshlink.io>
Sun, 7 Jul 2019 16:12:18 +0000 (18:12 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 7 Jul 2019 16:12:18 +0000 (18:12 +0200)
commitcb8aedb0d1da7fc93299d8fd5005b9631364b7ee
tree3da98f8c750496601e6899181e8ba8a953c96923
parent269c5eaed0f3333f014e04835a304bdfa9275e53
Inform UTCP when a node is offline, so it will start connection timeouts.

When there are open channels to a node that is offline for longer than the
connection timeout, the channels will be marked closed, and callbacks will
be fired.
src/graph.c
src/utcp
test/channels-failure.c