From af7c9cbafb8bc922142d5df26f9d4ef445102c0d Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sat, 24 Dec 2022 18:07:49 +0100 Subject: [PATCH] reduced amount of n max retries per burst to fit which fits more to 180s timeout --- tnc/data_handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tnc/data_handler.py b/tnc/data_handler.py index f1ecd37d..87513ad7 100644 --- a/tnc/data_handler.py +++ b/tnc/data_handler.py @@ -80,8 +80,8 @@ class DATA: # 3 bytes for the EOF End of File indicator in a data frame self.data_frame_eof = b"EOF" - self.tx_n_max_retries_per_burst = 50 - self.rx_n_max_retries_per_burst = 50 + self.tx_n_max_retries_per_burst = 40 + self.rx_n_max_retries_per_burst = 40 self.n_retries_per_burst = 0 # Flag to indicate if we recevied a low bandwidth mode channel opener