n0-computer / n0-computer/irpc
Would be nice to have a way to get the current RTT (and possibly other information) from the underlying connection
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 57
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
As far as I see there is no way to get the current Connection underlying a Client right now. I don't really need to mess with the connection itself, I just need to get the RTT and possibly path information out of it. Maybe there is a simple way to get this I just don't see it? Thanks for your help in advance!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Client and Connection definitions and inspecting how the client establishes or stores its underlying connection. Determine how RTT and path information could be exposed without requiring direct connection changes; the work is done when the public API provides access to the requested information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100