Queue Tree - queue=default

What does mean/imply the parameter queue=default in the context of the rule

/queue tree
add name="total_download" parent=local packet-mark="" limit-at=0 queue=default ...

Salud!

Hi Amnesicus,

This means that the queue you are creating will queue packets using the “default” queue.
The default queue is a ‘pfifo’ queue that can take a maximum of 50 packets.

You can see what queue types are available and create your own under

/queue types

You can read more about the queue types and how simple and tree queues work here: http://wiki.mikrotik.com/wiki/Manual:Queue

Thanks omega-00 for your more specific answer this time. You’ll see, I’m learning RouterOS by my own and some topics (like the packet flow diagrams you mention in another post) are still just too cryptic for me. I appreciate your help.

Salud!