Changeset 2155
- Timestamp:
- 10/31/05 05:44:09 (3 years ago)
- Files:
-
- hydranode/hncore/ed2k/clientlist.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hncore/ed2k/clientlist.cpp
r2074 r2155 312 312 c->sendQR(); 313 313 } 314 } else {314 } else if (c->isConnected()) { 315 315 // was found in queue - just send current rank 316 316 c->sendQR(); … … 460 460 if (q && q->getLastQueueReask() + QUEUE_DROPTIME > curTick) { 461 461 m_queue.push_back(*i); 462 } else if (q) { 462 } else if (q && !(*i)->m_sourceInfo) { 463 // only drop clients here when they aren't sources 463 464 (*i)->removeFromQueue(); 464 465 ++dropped;
