-
Notifications
You must be signed in to change notification settings - Fork 7
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
A problem about routing #31
Comments
Hi @ykxian, you can find the core of the update logic starting in |
Hi @pfandzelter , thanks for your reply! These four methods are just for adjusting link connectivity, bandwidth, and latency, right? |
That's right, the matrix is only used during queries to the info API. The normal routing uses simply the IP forwarding capabilities of the host. There is no further routing, every to microVMs connect directly to each other. |
Okay, I understand. Thank you! |
Hi @pfandzelter , I noticed that the platform can query the shortest path between nodes, and the ping results indicate that the latency seems to match the calculated path delay.


However, after checking the code, it seems there is no routing implementation for this part, only inter-host routing.
How is the routing in Celestial implemented?
Thank you!
The text was updated successfully, but these errors were encountered: