upload/download finished idle timeout.

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
image
Posts: 2
Joined: 2003-01-12 16:02

upload/download finished idle timeout.

Post by image » 2003-01-15 03:37

where is the location of the above in the source? i'm not really sure, but i'm looking in connectionmanager, downloadmanager, and uploadmanager. pretty hard to follow, would like some hints. =) thanks

reason is to try to fix the filelist download->reservedslot bug that allows users to get past the slots limit.

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Re: upload/download finished idle timeout.

Post by GargoyleMT » 2003-02-13 00:02

image wrote:where is the location of the above in the source? i'm not really sure, but i'm looking in connectionmanager, downloadmanager, and uploadmanager. pretty hard to follow, would like some hints. =) thanks

reason is to try to fix the filelist download->reservedslot bug that allows users to get past the slots limit.
A bit of an old message. If you're looking for the timeout and still haven't found it (really?), it looks like it's in:

void ConnectionManager::onTimerMinute(u_int32_t aTick)


What's this bug of which you speak?

Locked