mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-28 16:50:00 -07:00
Improve resource transfer throughput on high-MTU links
This commit is contained in:
@@ -57,6 +57,7 @@ class LocalClientInterface(Interface):
|
||||
super().__init__()
|
||||
|
||||
self.HW_MTU = 32768
|
||||
# self.HW_MTU = 500 # TODO: Remove debug
|
||||
|
||||
self.online = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user