ah good catch thanks!
Edited to: “A --(20 ms)–> B --(10 ms)–> C”
and “B receives the message from A (latency_in = 20 ms
) and will only forward to C because that link is faster (latency_out = 10 ms < 20 ms
), correctly stopping the redundant backward message to A.”