From: Guus Sliepen Date: Thu, 10 Oct 2019 20:12:36 +0000 (+0200) Subject: Correctly handle incoming retransmissions of SYN packets. X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=f31267783fccb4e17d914c64243b0cba4e5632c4 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. --- diff --git a/src/utcp b/src/utcp index ae9033c7..25675cca 160000 --- a/src/utcp +++ b/src/utcp @@ -1 +1 @@ -Subproject commit ae9033c7c9211f6e9dfa3d6b3dfeebd6e1d9ba00 +Subproject commit 25675cca79330f968b3fb106793a5265615f4df7