Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
Packet -> Option<Packet>
Decrement an incoming packet's Time-To-Live (TTL) and re-broadcast it if the TTL is greater than zero and the packet is not a duplicate.
Problem it solves
Packets must propagate across multiple nodes without causing infinite routing loops.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.