Skip to content

cache shortest path to network peers #28

Description

@slugalisk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions