I''d like to initially assign all http flows to a interactive priority queue. But if the cumulative amount of traffic exceeds a threshold, I''d like to reassign it to a low priority bulk queue. Say someone is doing an http download of a huge .iso. Is this possible? -- Drew Einhorn
drew einhorn wrote:> I''d like to initially assign all http flows to a interactive priority > queue. > But if the cumulative amount of traffic exceeds a threshold, I''d like > to reassign it to a low priority bulk queue. Say someone is doing an > http download of a huge .iso. > > Is this possible? >You could use iptables connbytes - but that is not cumulative for multiple connections. Andy.