UrDHT / PyUrDHT

Python reference implementation
11 stars 3 forks source link

parallelize mass pings, notifies and Getpeers #48

Closed BrendanBenshoof closed 9 years ago

BrendanBenshoof commented 9 years ago

Nodes are spending a lot of time waiting on messages. I want to at least use threaded workers to process all those requests simultaneously.