Skip to content

Fix TTL inconsistency in mesh routing diagram (Device F) #179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sg-007
Copy link

@sg-007 sg-007 commented Jul 11, 2025

Corrected the TTL shown for Device F in the Mermaid diagram.

Previously, it was shown as TTL=1 after being forwarded from Device C, which also had TTL=1. According to the relay logic in the whitepaper, TTL should decrement on each hop, so Device F should receive the message with TTL=0.

This change aligns the diagram with the described behavior of the shouldRelay(packet) function.

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