I was reading about Bluetooth mesh networking on Wikipedia and came across this:
Bluetooth Mesh is a flood network. It’s based on the nodes relaying the messages: every relay node that receives a network packet that authenticates against a known network key that is not in message cache, that has a TTL ≥ 2 can be re-transmitted with TTL = TTL - 1.
This seems to imply that the the packet won’t be re-transmitted once TTL <= 1. Is this correct? I expected the last part to read “that has a TTL ≥ 1 can be re-transmitted with TTL = TTL - 1.”