mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-01-14 08:59:47 -05:00
Set correct hardware MTU
This commit is contained in:
parent
808082e300
commit
5d677d2fb7
@ -456,7 +456,7 @@ class TCPServerInterface(Interface):
|
||||
if port != None:
|
||||
bindport = port
|
||||
|
||||
self.HW_MTU = 1064
|
||||
self.HW_MTU = 32768
|
||||
|
||||
self.online = False
|
||||
self.spawned_interfaces = []
|
||||
|
Loading…
Reference in New Issue
Block a user