mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-30 12:04:30 -04:00
Read link MTU from link request packet
This commit is contained in:
parent
8506118aee
commit
503f475ca5
3 changed files with 16 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue