Skip to content
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

Add missing hops in traceroute as "unknown" nodes #4056

Merged
merged 3 commits into from
Jun 9, 2024

Conversation

GUVWAF
Copy link
Member

@GUVWAF GUVWAF commented Jun 9, 2024

Implements #3942.
Using hopStart and hopLimit, missing hops in a traceroute (e.g. when a node cannot decrypt it) can be detected. In this case, the node receiving it afterwards adds dummy node numbers (0xFFFFFF) to the route, which will be shown as “Unknown Username” in the apps.

It shows as follows in the logs:

INFO  | ??:??:?? 13 [Router] Route traced:
INFO  | ??:??:?? 13 [Router] 0x75a2bca4 --> 0xffffffff --> 0xfa6c5f90

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.

2 participants