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.
pull/462/head
Chad Attermann 2024-03-07 10:39:03 -07:00
rodzic 2c67ae9d8b
commit ec3ce575f6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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