Quote:
Originally Posted by AndrewD
The first of these should be possible, but I will have to investigate. LDM uses two different ways of transferring downloads to the user - normally using the so-called cURL library, and alternatively using fread() calls. Although cURL itself will handle speed limits, this is not made available via the php interface, so it will be necessary to go the fread() approach.
The answer to the second question is again, 'yes'. This should be a fairly straightforward piece of coding. I will investigate.
|
Thanks AndrewD - I have been using the mod now for a while and have finally gotten to grips with making it look and feel the way I want so this sort of speed limitation system will really put the icing on the cake!