]> git.meshlink.io Git - meshlink/commit
Fix logic error preventing fast update of reflexive address.
authorGuus Sliepen <guus@meshlink.io>
Thu, 14 Nov 2019 20:48:02 +0000 (21:48 +0100)
committerGuus Sliepen <guus@meshlink.io>
Thu, 14 Nov 2019 20:48:02 +0000 (21:48 +0100)
commit009b6208f5a15e932c7e85f7e357a6c821770274
tree7e1d6e21f194749bb0569be98690a9f700f7d18a
parent90b9bce86573d76f067640b486178a01291c6e93
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.
src/protocol_key.c