Skip to content

feat: [NET-1393] Collect RTTs #30

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

Merged
merged 10 commits into from
Jan 31, 2025
Merged

feat: [NET-1393] Collect RTTs #30

merged 10 commits into from
Jan 31, 2025

Conversation

teogeb
Copy link
Collaborator

@teogeb teogeb commented Jan 27, 2025

The crawler collects RTT information from the nodes.

There is a new Neighbor#rtt field which stores the RTT value for a node pair:

  • if we have RTT value for both of the neighbor nodes, the RTT is the average of those value
  • otherwise it is the plain value from the node we received the value from, or null if no RTT value was available

Copy link

linear bot commented Jan 27, 2025

@teogeb teogeb force-pushed the collect-rtts-NET-1393 branch from 62c263c to 7cf2c35 Compare January 27, 2025 21:41
@teogeb teogeb requested a review from juslesan January 27, 2025 23:10
Co-authored-by: Santeri Juslenius <santeri.juslenius@gmail.com>
@teogeb teogeb merged commit f77fc05 into main Jan 31, 2025
3 checks passed
@teogeb teogeb deleted the collect-rtts-NET-1393 branch January 31, 2025 12:08
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