Hi.
I am trying to adjust the speed limit for a single subnet, 4 Mbit/s download and 2 Mbit/s upload. If one of the computers on the network to start loading or uploading everything works fine, but if you run on the same computer, and loading and uploading at the same time the uploading takes 2Mb / and download falls below the upload level. Why is this happening?
config Queue:
ip firewall address-list
add address=10.12.0.0/24 list=LAN12
/ip firewall mangle
add action=mark-packet chain=forward comment="LAN12 OUT" new-packet-mark=LAN12U passthrough=no src-address-list=LAN12
add action=mark-packet chain=forward comment="LAN12 IN" dst-address-list=LAN12 new-packet-mark=LAN12D passthrough=no
/queue tree
add max-limit=10M name=DOWNLOAD parent=global queue=pcq-download-default
add max-limit=10M name=UPLOAD parent=global queue=pcq-upload-default
add max-limit=4M name=LAN12D packet-mark=LAN12D parent=DOWNLOAD queue=pcq-download-default
add max-limit=2M name=LAN12U packet-mark=LAN12U parent=UPLOAD queue=pcq-upload-default

