Merge 'dev' with dht, ecc auth, proof of work and fixes.
[brdnet.git] / dhroute.pas
blob019aaaa1736664f17ef72e242b882393ad0b8dd1
1 unit dhroute;
2 {routing table for dht}
3 INTERFACE
4 uses dht;
6 procedure AddNode
7 procedure GetClosestNodes{into open array}
9 IMPLEMENTATION
11 BEGIN
12 END.