mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-02-16 21:27:46 +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.rxb = 0
|
||||||
self.txb = 0
|
self.txb = 0
|
||||||
|
|
||||||
self.HW_MTU = 256
|
self.HW_MTU = 233
|
||||||
|
|
||||||
self.IN = True
|
self.IN = True
|
||||||
self.OUT = False
|
self.OUT = False
|
||||||
|
Loading…
Reference in New Issue
Block a user