StorjOld / storjnode

Low level storj protocol reference implementation.
http://storj.io
MIT License
15 stars 6 forks source link

Improve algorithm for getting transport info. #60

Open F483 opened 8 years ago

F483 commented 8 years ago

Currently all peers in the local routing table are sent stun requests. This is not very efficient as we must wait for all answers.

https://github.com/Storj/storjnode/blob/develop/storjnode/network/server.py#L247

F483 commented 8 years ago

The impact of the current implementation is not noticeable so this is low priority for now.