fixed so that peers only get one fast-reconnect

This commit is contained in:
Arvid Norberg
2007-10-12 01:12:30 +00:00
parent 64056a667f
commit c6c77d8efc
3 changed files with 10 additions and 1 deletions

View File

@@ -1503,6 +1503,7 @@ namespace libtorrent
, failcount(0)
, hashfails(0)
, seed(false)
, fast_reconnects(0)
, optimistically_unchoked(false)
, last_optimistically_unchoked(min_time())
, connected(min_time())