search for: gets256kb

Displaying 1 result from an estimated 1 matches for "gets256kb".

2005 Apr 27
5
Too stupid to figure out shaping
...ike I need a separate class for each subscriber. Inside that class, I''d like to have a standard set of queues to prioritize each customer''s slice of bandwidth by port (typical three band stuff: interactive, web,bulk). So assuming I''ve got three customers: 10.0.0.10 gets256kb/s 10.0.0.11 gets 386 kb/s 10.0.0.12 gets 256kb/s I think I''d have a tree like this: CLASS 10 (256kb/s) (inner classes prioritize) ROOT ----- CLASS 11(384kb/s) " CLASS 12 (256kb/s) " plus three...