Default traffic priority with queues?

Is there a way for me to set a default priority with queues? For instance, I’d like all traffic I don’t specifically match to have a higher priority than P2P traffic. From what I can tell in the documentation the default is to assign all traffic to the highest priority? This doesn’t seem correct.

The default queue priority is 8. Setting anything higher priority than this will give your desired effect.

Right. So how did I set the default priority to something else?

Try adding a main generic queue with priority lower than 8 and then add a child queue specific for P2P with priority 8.
It should work.