SuadHus / Kademlia-lab

Kademlia implementetion using GO
MIT License
0 stars 0 forks source link

Channel update #24

Closed jacomoel closed 4 weeks ago

jacomoel commented 4 weeks ago

The implementation for the channel communication between Network and Kademlia module is a poor design not accomplishing anything useful..

Has to be updated to a worker thread that deals with shared resources when more then one entity needs read or write services of the shared resource.