Order in Queue

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

Moderator: Moderators

Locked
Big Muscle
Posts: 72
Joined: 2004-01-23 14:45

Order in Queue

Post by Big Muscle » 2004-01-23 14:53

I would like to make a feature what show number of people before me, when there aren't free slots.

How can I send some special message to user ?

When I don't have any free slots and user connects to me, client sends him special message, how many users is in upload queue.

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

Post by GargoyleMT » 2004-01-25 11:41

There's no uplaod queue in dc++ - if you implemented that, adding a feature to display queue rank should be easy.

Twink
Posts: 436
Joined: 2003-03-31 23:31
Location: New Zealand

Post by Twink » 2004-01-25 20:38

actually i got the impression he wants to know what number he is in queue on another download, so it would mean an extension to the protocol (maybe the $MaxedOut or whatever its called)

Big Muscle
Posts: 72
Joined: 2004-01-23 14:45

Post by Big Muscle » 2004-01-26 08:57

I have this idea. Client would send how many people are in Upload Queue Window and client on the other side would receive it and show: "You are 5 in queue"

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

Post by GargoyleMT » 2004-01-31 17:45

Yes, you can do this with an $Error, very likely.

So whose upload queue code are you modifying?

Locked