Closed ivantodorovich closed 10 years ago
Needed to solve https://github.com/mafintosh/torrent-stream/issues/14
Not flooding the connection with UDP packets improved a lot the performance, but incrementing the HANDSHAKE_TIMEOUTS also improves the number of peers.
Looks good. We should probably make this configurable as well through a options.timeout setting. I'll add that.
options.timeout
Released as 0.8.0
:+1:
Needed to solve https://github.com/mafintosh/torrent-stream/issues/14
Not flooding the connection with UDP packets improved a lot the performance, but incrementing the HANDSHAKE_TIMEOUTS also improves the number of peers.