improved file transfer during arq session

This commit is contained in:
dj2ls 2022-10-12 13:01:20 +02:00
parent 5553009d74
commit 616fb214d2

View file

@ -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))