hey guys how you doing, hope you all okay
just wonder how i can set max speed 50kb per client while update?
just wonder how i can set max speed 50kb per client while update?
You can limit the user at download manager just change USER_LIMIT "1" or setup a virtual machine with your server files and limiting the virtual networkcard of the vm there ;)Quote:
hey guys how you doing, hope you all okay
just wonder how i can set max speed 50kb per client while update?
you mean these paramsQuote:
Probably the way is trough server.cfg if it has such param. I couldn;t find myself one :)
MaxConnectionsPerServer "5000" MaxConnectionsPer1_OServer "5000"
you mean creating custom library/addon for DownloadServer which can limit the connection speed per ip ?Quote:
Probably you will have to make your own download server xD
Drew had theory and a cpp example maybe you want to check'em out.
PromptAtClose 1
It works.Quote:
@Timlock's explanation is good enough!
I tried to find rest of the params, but I couldn't find anything else. And yes I do mean the same param you showed above, but they are not the proper ones.
Edit:
That's just a theory which I did not test.
[Only registered and activated users can see links. Click Here To Register...]
Try using these lines as server.cfg params, for example try the last one.
Restart download server and then try to shut it down, if you get a msg box saying do you really want to close the DownloadServer or something like that, try the rest of the params from the picture, it might work. Needs testing :)Code:PromptAtClose 1
humm, do you know an existing filter or you mean code mine ?Quote:
The only way to do this would be with a filter....
yeah saw that param (MaxSendQueDepth) too but didn't consider that it's related, so i didn't test itQuote:
That's just a theory which I did not test.
[Only registered and activated users can see links. Click Here To Register...]
Try using these lines as server.cfg params, for example try the last one.
Code:PromptAtClose 1
which one ? MaxSendQueDepth ?Quote:
It works.