Skip to content

Fix Microtel-3 net.send to not naively assume every packet is reliable#44

Open
LizzyTrickster wants to merge 1 commit into
ShadowKatStudios:masterfrom
LizzyTrickster:fix-minitel-l3-packetcache
Open

Fix Microtel-3 net.send to not naively assume every packet is reliable#44
LizzyTrickster wants to merge 1 commit into
ShadowKatStudios:masterfrom
LizzyTrickster:fix-minitel-l3-packetcache

Conversation

@LizzyTrickster

Copy link
Copy Markdown
Contributor

ACK's are handled in the computer.pullSignal function, but if you're sending a broadcast packet, those cannot be ACK'd by remote systems and are thus send as unreliable packets. If sending an unreliable packet, don't add it to the "awaiting ACK" queue

ACK's are handled in the computer.pullSignal function, but if you're
sending a broadcast packet, those cannot be ACK'd by remote systems and
are thus send as unreliable packets. If sending an unreliable packet,
don't add it to the "awaiting ACK" queue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant