gordnet / poc-network

0 stars 1 forks source link

Build out a relay function within nodes. #3

Open kfaria opened 2 years ago

kfaria commented 2 years ago

Each request only starts out with a destination and a node to forward the destination to.

Internally, nodes will have their own forwarding list (levelDB).

Implementation should be such that a single request gets forwarded N times...pick any arbitrary number for now.