mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-28 20:43:29 +02:00
62ad7424c2
Extend the authenticated-ownership model to the PATH and RESPONSE routing branches so a packet is consumed (do-not-retransmit) only when a local identity MAC-verifies it. Prefix-only collisions and forged traffic stay eligible for the forwarding engine. - PathHelper marks do-not-retransmit and reports authenticated only after a successful MAC decrypt with a valid path envelope; invalid or truncated envelopes remain forwardable. - PacketRouter aggregates authenticated results across the path helper and companion bridges for PATH and RESPONSE, skipping the engine only on authenticated ownership while preserving empty-path DIRECT release hygiene.