mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-29 19:51:35 -04:00
Updated HW MTUs
This commit is contained in:
parent
eafa4aefbb
commit
d93ce62878
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ class LocalClientInterface(Interface):
|
|||
def __init__(self, owner, name, target_port = None, connected_socket=None):
|
||||
super().__init__()
|
||||
|
||||
self.HW_MTU = 32768
|
||||
self.HW_MTU = 262144
|
||||
|
||||
self.online = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue