From f31267783fccb4e17d914c64243b0cba4e5632c4 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Thu, 10 Oct 2019 22:12:36 +0200 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2