mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-29 00:59:58 -07:00
Set correct hardware MTU
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user