]> git.meshlink.io Git - meshlink/commitdiff
Remember the address used when connecting to an inviting node.
authorGuus Sliepen <guus@meshlink.io>
Fri, 6 Dec 2019 21:58:29 +0000 (22:58 +0100)
committerGuus Sliepen <guus@meshlink.io>
Fri, 6 Dec 2019 21:58:29 +0000 (22:58 +0100)
The inviter sends us its own host config file, which should be populated
with its known addresses. However, if a symbolic hostname is in the
invitation URL and it can resolve to multiple IP addresses, or if the IP
address associated with it is currently different from when the invitation
was generated, the address used to connect to the inviter might not be
present in its host config file. This could cause the invitation to succeed,
but then the nodes would fail to make a regular MeshLink connection.


No differences found