MemeLabs / MemeLabs/strims

cache shortest path to network peers

Open
#28 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
10
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Because webrtc connections have significantly more overhead than UDP connections we use relayed message propagation instead of KAD traversal. Messages are suffixed with a host id and signature by each relaying peer...

  • cache the next hop (the last relaying peer) corresponding to the shortest path to transitive peers
  • query cache to inform routing decisions
  • add timestamps to hop trailers to compute relative latency to peers
  • use khh to filter popular service host ids and store multiple next hops
  • estimate deliverability confidence to reduce message replication

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the existing relayed-message routing and cache behavior described in the issue, including next-hop selection, hop-trailer timestamps, and routing decisions. The remaining work is to filter popular service host IDs with KHH, store multiple next hops, and estimate deliverability confidence; completion criteria are not specified beyond those unchecked items.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
distributed-systems, networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.