On Wed, 6 Jun 2001, Mike Fedyk wrote: > I don't remember if TBF keeps tokens for each tcp connection seperate, but > if it does, that may prioritize the newer connections (which means all > connections will burst, and the bigger ones would slow down after the > initial burst). I think TBF itself does *not* seperate connections in a class, so new connections in the same class will not be prioritized. I presume only the first connection will receive a short burst time, but all other have to live with the slow rate. A possibility to attach a seperate TBF to each connection sounds attractive, but on the other hand, it would request much more processing power.