]> git.meshlink.io Git - meshlink/commit - src/meshlink.c
Clear reachability times in host config files received during a join.
authorGuus Sliepen <guus@meshlink.io>
Mon, 3 Feb 2020 16:43:50 +0000 (17:43 +0100)
committerGuus Sliepen <guus@meshlink.io>
Mon, 3 Feb 2020 16:43:50 +0000 (17:43 +0100)
commit8c5cd31cecf9d91d362199dc89effcfe59072e13
tree814a50d8192fad110c874e16587e83920e2b90e4
parenteeb8f3502fdf25704ce2d234732509cad32e8bff
Clear reachability times in host config files received during a join.

When a node joins an existing mesh, it gets passed one or more host config
files from the inviter. However, these might contain non-zero reachability
times, but the invitee has never seen those nodes, so clear them before
storing the host config files.
src/meshlink.c