mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
change wording to allow ignoring the receiving modem address if repeating packets
This commit is contained in:
parent
02e4eb1794
commit
e6e7a6b6b6
@ -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
|
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.
|
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
|
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.
|
If the packet is, for some reason invalid, simply drop the packet.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user