ChainSafe / das-prototype

Research prototypes of Data Availability Sampling for Ethereum (WIP)

Home Page:https://hackmd.io/@timofey/SyqzhA4vo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linear routing

nulltea opened this issue · comments

Setup

  • a vector of nodes where each only knows a single node in front of it

Measurements

  • latency per hop
  • latency to route from start to end
  • latency to route from start to end and talk_req/talk_resp

Notes

  • It's impossible to get uniform distribution with such a low number of nodes and discv5 key space 2^256, so the results might be skewed due to the need to check more then 3 buckets per hop, see DISTANCES_TO_REQUEST_PER_PEER

Not relevant, closing for now