Added per-packet compression to buffer

This commit is contained in:
Mark Qvist 2023-05-09 22:13:57 +02:00
parent d96a4853fe
commit f522cb1db1
3 changed files with 23 additions and 9 deletions

View file

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