]> git.meshlink.io Git - meshlink/commit - src/meshlink.c
Reset last_connect_try for all nodes when starting the mesh.
authorGuus Sliepen <guus@meshlink.io>
Wed, 22 Jul 2020 18:31:59 +0000 (20:31 +0200)
committerGuus Sliepen <guus@meshlink.io>
Wed, 22 Jul 2020 18:31:59 +0000 (20:31 +0200)
commitc9d86e1054b888c2b0223925db531ff9831b01cc
treec2ba67a2ba0566f81bedf2537c37e4759e26d52e
parent338f9b00960c55a865a9f07a87b7fd3c12b13bc8
Reset last_connect_try for all nodes when starting the mesh.

This helps the autoconnect algorithm reconnect faster if the mesh was
stopped and restarted in quick succession.
src/meshlink.c