mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-27 03:52:47 +02:00
a208fc3763
Match MeshCore's forwardMultipartDirect: a multipart packet is never relayed as an ordinary directed packet. At an intermediate direct hop a multipart ACK is re-emitted as a plain DIRECT ACK with the wrapper byte stripped and this node removed from the path, deduped on the regenerated ACK form and spaced by (remaining + 1) * 300ms. Flood routing, final hops, and non-ACK embedded types are dropped rather than forwarded. Coverage includes literal firmware-format wire vectors for one- and two-byte hash widths and transport-direct input, end-to-end receive-to- transmit relaying, and the drop cases.