Code: Select all
while(i != pendingDown.end()) {
ConnectionQueueItem* cqi = i->first;
dcassert(cqi->getUser());
). I'm trying to make oDC try again on smaller time than it normaly does (60s). I have found line where it checks time. Current problem is that I need to use 'Force attempt' pretty many times (it just says "Connecting...". When I press 'Force attempt', it starts downloading or gives normal error message ('no slots available' etc.). I want to use 'force attempt' feature for some users on every 10th time it tries to connect).
Thank you.