From 4c71e18036dc1f3f13f7f48fd82de2d8e969b7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Tigerstr=C3=B6m?= Date: Thu, 9 Nov 2023 11:24:41 +0100 Subject: [PATCH] gbn: increase defaultHandshakeTimeout to 1 second --- gbn/timeout_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbn/timeout_manager.go b/gbn/timeout_manager.go index 25f9c46e..c0b3813c 100644 --- a/gbn/timeout_manager.go +++ b/gbn/timeout_manager.go @@ -7,7 +7,7 @@ import ( ) const ( - defaultHandshakeTimeout = 100 * time.Millisecond + defaultHandshakeTimeout = 1000 * time.Millisecond defaultResendTimeout = 1000 * time.Millisecond finSendTimeout = 1000 * time.Millisecond defaultResendMultiplier = 5