Compare commits

..

2 Commits

Author SHA1 Message Date
Chad Attermann 109c129270
Merge ec3ce575f6 into 4947463440 2024-03-07 17:40:39 +00:00
Chad Attermann ec3ce575f6 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.
2024-03-07 10:39:03 -07:00
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