Compare commits

...

3 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
Mark Qvist 4947463440 Updated roadmap 2024-03-06 12:14:36 +01:00
2 changed files with 2 additions and 2 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

View File

@ -14,7 +14,7 @@ This document outlines the currently established development roadmap for Reticul
## Currently Active Work Areas
For each release cycle of Reticulum, improvements and additions from the five [Primary Efforts](#primary-efforts) are selected as active work areas, and can be expected to be included in the upcoming releases within that cycle. While not entirely set in stone for each release cycle, they serve as a pointer of what to expect in the near future.
- The current `0.6.x` release cycle aims at completing
- The current `0.7.x` release cycle aims at completing
- [ ] Overhauling and updating the documentation
- [ ] Distributed Destination Naming System
- [ ] Create a standalone RNS Daemon app for Android