add frame segmentation to link writer
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
combine non-urgent frames into segments. this will reduce the performance impact of dht background work like propagating kv/peer announce messages.
- add flags to network messages ala TCP (URG/PSH/ACK) to control relay behavior
- read message flags and forward accordingly
- separate methods for write with/without flush on links
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 at the link writer and the network-message relay paths, then inspect how frames are currently written and flushed. Trace the DHT background messages mentioned in the issue and define completion as segmented non-urgent frames, relay behavior controlled by message flags, and separate flushed and unflushed link writes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- distributed-systems, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100