From ec3ce575f66890b5f3fb0710a86569b5c51e4c19 Mon Sep 17 00:00:00 2001 From: Chad Attermann Date: Thu, 7 Mar 2024 10:39:03 -0700 Subject: [PATCH] Adjusted Interface MTU down to 233 bytes MT API testing revealed that, at least on available test devices, 233 is the maxiumum reliable MT MDU. --- RNS/Interfaces/MeshtasticInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Interfaces/MeshtasticInterface.py b/RNS/Interfaces/MeshtasticInterface.py index 9ad97a0..150b7a5 100644 --- a/RNS/Interfaces/MeshtasticInterface.py +++ b/RNS/Interfaces/MeshtasticInterface.py @@ -27,7 +27,7 @@ try: self.rxb = 0 self.txb = 0 - self.HW_MTU = 256 + self.HW_MTU = 233 self.IN = True self.OUT = False