From 616fb214d2abf3902ebd226d4f48f8e1044afe7e Mon Sep 17 00:00:00 2001 From: dj2ls Date: Wed, 12 Oct 2022 13:01:20 +0200 Subject: [PATCH] improved file transfer during arq session --- tnc/data_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnc/data_handler.py b/tnc/data_handler.py index 8a0df754..69bf2bcc 100644 --- a/tnc/data_handler.py +++ b/tnc/data_handler.py @@ -1555,7 +1555,7 @@ class DATA: self.datachannel_timeout = False - # we need to compress data for gettin a compression factor. + # we need to compress data for getting a compression factor. # so we are compressing twice. This is not that nice and maybe there is another way # for calculating transmission statistics # static.ARQ_COMPRESSION_FACTOR = len(data_out) / len(zlib.compress(data_out))