From: Guus Sliepen Date: Thu, 14 Nov 2019 20:48:02 +0000 (+0100) Subject: Fix logic error preventing fast update of reflexive address. X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=009b6208f5a15e932c7e85f7e357a6c821770274;hp=009b6208f5a15e932c7e85f7e357a6c821770274;p=meshlink Fix logic error preventing fast update of reflexive address. When we are trying to communicate with peers that don't know our reflexive address, and we just learned our own one, we want to inform those peers of it immediately, so they can send PMTU probes to the right address. A logic error prevented this from happening in the common case. ---