From fcc81edc813194328918e37e3482e76b9e70aa33 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 a9772a14..4f91575c 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