mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-22 13:40:19 +00:00
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:
parent
2c67ae9d8b
commit
ec3ce575f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user