mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-15 00:20:16 -05:00
- StreamDataMessage now packed by struct rather than umsgpack for a more predictable size - Added protected variable on LocalInterface to allow tests to simulate a low bandwidth connection - Retry timer now has exponential backoff and a more sane starting value - Link proves packet _before_ sending contents to Channel; this should help prevent spurious retries especially on half-duplex links - Prevent Transport packet filter from filtering out duplicate packets for Channel; handle duplicates in Channel to ensure the packet is reproven (in case the original proof packet was lost) - Fix up other tests broken by these changes |
||
|---|---|---|
| .. | ||
| Android | ||
| __init__.py | ||
| AutoInterface.py | ||
| AX25KISSInterface.py | ||
| I2PInterface.py | ||
| Interface.py | ||
| KISSInterface.py | ||
| LocalInterface.py | ||
| PipeInterface.py | ||
| RNodeInterface.py | ||
| SerialInterface.py | ||
| TCPInterface.py | ||
| UDPInterface.py | ||