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