Read link MTU from link request packet
Some checks are pending
Build Reticulum / test (push) Waiting to run
Build Reticulum / package (push) Blocked by required conditions
Build Reticulum / release (push) Blocked by required conditions

This commit is contained in:
Mark Qvist 2025-01-11 03:12:31 +01:00
parent 8506118aee
commit 503f475ca5
3 changed files with 16 additions and 6 deletions

View file

@ -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