mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-28 16:50:00 -07:00
Read link MTU from link request packet
This commit is contained in:
@@ -59,7 +59,7 @@ class LocalClientInterface(Interface):
|
||||
# TODO: Remove at some point
|
||||
# self.rxptime = 0
|
||||
|
||||
self.HW_MTU = 1064
|
||||
self.HW_MTU = 32768
|
||||
|
||||
self.online = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user