mafintosh / peer-wire-swarm

swarm implementation for bittorrent
MIT License
80 stars 18 forks source link

Increment HANDSHAKE_TIMEOUT #6

Closed ivantodorovich closed 10 years ago

ivantodorovich commented 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.

mafintosh commented 10 years ago

Looks good. We should probably make this configurable as well through a options.timeout setting. I'll add that.

mafintosh commented 10 years ago

Released as 0.8.0

ivantodorovich commented 10 years ago

:+1: