]> git.meshlink.io Git - meshlink/commit
Reset UTCP timers when learning a node's public key.
authorGuus Sliepen <guus@meshlink.io>
Sun, 15 Sep 2019 11:22:17 +0000 (13:22 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 23 Sep 2019 17:44:25 +0000 (19:44 +0200)
commit88bd3d78991c721062506be7975f7564be4d82da
tree3d5d54da4162c282198113a444e36b4fe36fcd93
parent68277cdaacfd8dbaa1e83bc803896c4f786a59dd
Reset UTCP timers when learning a node's public key.

If we try to open a channel to a node whose public key we do not yet
have, a REQ_KEY request is sent out. When the answer comes back we know
the key, but we have to tell UTCP to reset the timers, otherwise we have
to wait for a retransmission timeout to occur before resending the SYN
packet.
src/protocol_key.c