mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 06:36:14 -04:00
Added per-packet compression to buffer
This commit is contained in:
parent
d96a4853fe
commit
f522cb1db1
3 changed files with 23 additions and 9 deletions
|
@ -521,6 +521,8 @@ class TestLink(unittest.TestCase):
|
|||
if time.time() < expected_ready_time:
|
||||
time.sleep(max(c_rns.MTU * 2 / local_interface.bitrate * 8, 1))
|
||||
|
||||
time.sleep(0.25)
|
||||
|
||||
# Why does this not always work out correctly?
|
||||
# self.assertEqual(expected_chunk_count, len(received))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue