> -----
> queue download on $if_int bandwidth 10M max 10M
> queue ssh parent download bandwidth 1M
> queue web parent download bandwidth 8M
> queue bulk parent download bandwidth 1M default
>
> match to port ssh set queue ssh
> match from port ssh set queue ssh
> match to port { 80 443 } set queue web
> match from port { 80 443 } set queue web
> -----Pardon me, but are you assigning by this both in and out ssh packets to the same ssh queue?

