]> git.meshlink.io Git - meshlink/commit
Correctly handle incoming retransmissions of SYN packets.
authorGuus Sliepen <guus@meshlink.io>
Thu, 10 Oct 2019 20:12:36 +0000 (22:12 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 10 Oct 2019 20:13:52 +0000 (22:13 +0200)
commitf31267783fccb4e17d914c64243b0cba4e5632c4
tree4faebfdf18cc118b5b0c8b26f1c8b48f8d8c5b62
parent2c0f0f930e9ef647ce6b5e902c2e84089d255f88
Correctly handle incoming retransmissions of SYN packets.

If the SYNACK got lost, the peer that initiated a channel would retransmit
the SYN packet. However, the responder would ignore the retransmitted SYN
packet, causing the channel to stall and eventually time out.
src/utcp