From e6e7a6b6b64c777e5bc38c523e055eeed58d673c Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Fri, 19 Apr 2019 14:28:05 +1000 Subject: [PATCH] change wording to allow ignoring the receiving modem address if repeating packets --- protocol-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol-3.md b/protocol-3.md index dc25691..a2d795f 100644 --- a/protocol-3.md +++ b/protocol-3.md @@ -12,7 +12,7 @@ Upon a node receiving a message addressed to itself, it should: 2. Check if the packet is addressed to the node, and if so, queue it as a net_msg event 3. If the packet is indeed addressed to this node, and the packet type is 1 (reliable), send an acknowledgement packet. 4. Optional: Add the sender to the address cache if it isn't already in the cache -5. Optional: If the packet is addressed to a different node, repeat the packet via all wireless modems and all wired/linked modems except the one receiving the packet, preferably respecting the address cache +5. Optional: If the packet is addressed to a different node, repeat the packet via all wireless modems and all wired/linked modems, preferably excluding the one receiving the packet, and preferably respecting the address cache If the packet is, for some reason invalid, simply drop the packet.