Open F483 opened 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
The impact of the current implementation is not noticeable so this is low priority for now.
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