]> git.meshlink.io Git - meshlink/commit
Restart UDP SPTPS when a node reconnects with a new session ID.
authorGuus Sliepen <guus@meshlink.io>
Sun, 27 Oct 2019 13:02:47 +0000 (14:02 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 27 Oct 2019 13:02:47 +0000 (14:02 +0100)
commit79d712373a1beb6bca71af56b1540834d467dce1
treefb86bbd382da561f5af86138d07f1b3f57d92c08
parentb14f4d51618285fb339913357ac8d217eb953780
Restart UDP SPTPS when a node reconnects with a new session ID.

If a node restarts, but its old connection was not considered closed
yet, the graph algorithm never saw it go down. We still want to ensure
we restart UDP SPTPS in this case.
src/graph.c