Improve resource transfer throughput on high-MTU links

This commit is contained in:
Mark Qvist 2025-01-11 13:22:18 +01:00
parent bf6e73e163
commit f5cf438abd
6 changed files with 43 additions and 12 deletions

View file

@ -57,6 +57,7 @@ class LocalClientInterface(Interface):
super().__init__()
self.HW_MTU = 32768
# self.HW_MTU = 500 # TODO: Remove debug
self.online = False