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.
This commit is contained in:
Chad Attermann 2024-03-07 10:39:03 -07:00
parent 2c67ae9d8b
commit ec3ce575f6
1 changed files with 1 additions and 1 deletions

View File

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