mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-29 03:31:48 -04:00
Improve resource transfer throughput on high-MTU links
This commit is contained in:
parent
bf6e73e163
commit
f5cf438abd
6 changed files with 43 additions and 12 deletions
|
@ -57,6 +57,7 @@ class LocalClientInterface(Interface):
|
|||
super().__init__()
|
||||
|
||||
self.HW_MTU = 32768
|
||||
# self.HW_MTU = 500 # TODO: Remove debug
|
||||
|
||||
self.online = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue