On Wed, Jul 26, 2006 at 04:12:45PM +1200, Josh wrote: > Hello... > > Say ive got a 15Mbit connection. > > Client A starts downloading two files simultaniously, and uses all of the > 15Mbit bandwidth. Then client B comes along, and starts downloading just one > file, and gets only 5Mbit per second. Is there a way to treat connections > from the same host/ip as a single connection as far as bandwidth is > concerned, So that client A uses at 7.5 Mbit and client B uses 7.5 Mbit as > well...
At the very least, one queue per host - with borrow - would do this. Joachim