Changes between Initial Version and Version 3 of Ticket #1587
- Timestamp:
- Dec 11, 2008, 7:22:48 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1587
- Property Status changed from new to closed
- Property Owner set to charles
- Property Resolution changed from to fixed
-
Ticket #1587 – Description
initial v3 1 There are a couple ofbugs in the peer manager which cause it to hold onto nonproductive peers longer than it should.1 There are some stupid bugs in the peer manager which cause it to hold onto nonproductive peers longer than it should. 2 2 3 3 (1) for one thing, it looks at tr_peer.pieceDataActivityDate, even though it's never assigned. In fact, both tr_peer.pieceDataActivityDate and tr_peer.peerSentPieceDataAt can go away -- we should be using atom.piece_data_time instead.