Code:Select all
/queue type add kind=pcq name=pcq-download-k1 pcq-classifier=dst-address pcq-rate=16M add kind=pcq name=pcq-upload-k1 pcq-classifier=src-address pcq-rate=11M add cake-diffserv=besteffort cake-nat=yes kind=cake name=cake-default add cake-flowmode=dual-srchost cake-nat=yes kind=cake name=cake-WAN-tx add cake-diffserv=besteffort cake-flowmode=dual-dsthost cake-nat=yes kind=cake name=cake-WAN-rx /queue simple add bucket-size=0/0 max-limit=65M/255M name=cake-regular queue=cake-WAN-tx/cake-WAN-rx target=192.168.0.0/16 total-queue=cake-default add bucket-size=0/0 max-limit=65M/255M name=cake-child parent=cake-regular queue=cake-WAN-tx/cake-WAN-rx target=192.168.0.0/16 \ total-queue=cake-default add bucket-size=0/0 max-limit=40M/230M name=Hotspot-Night \ parent=cake-regular queue=pcq-upload-default/pcq-download-default target=192.168.0.0/23 time=23h30m-7h,sun,mon,tue,wed,thu,fri,sat \ total-queue=hotspot-default add bucket-size=0/0 max-limit=40M/230M name=Hotspot-Day \ parent=cake-regular queue=pcq-upload-k1/pcq-download-k1 target=192.168.0.0/23 time=7h-23h30m,sun,mon,tue,wed,thu,fri,sat total-queue=\ hotspot-default
Why is the download bandwidth not higher? What have I done wrong with my queue setup?