Read link MTU from link request packet

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