firewall rule

who can add specific port (like msn port 443) to pass-through my rule queue
i want msn messenger to has unlimit connection

i had read this one but not working with me :S

http://wiki.mikrotik.com/wiki/TransparentTrafficShaper

why i has no answer??

since there is answer !!!
where is the problem in my name in my language or in personal sing


the answer is
if we want port (433) to be unlimited (queue)

/ip firewall mangle
add action=mark-packet chain=forward comment=“” disabled=no dst-port=443 new-packet-mark=“msn limit” passthrough=yes protocol=tcp

/queue simple
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“” direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=1M/1M max-limit=1M/1M name=queue18
packet-marks=“msn limit” parent=none priority=8 queue=default-small/default-small total-queue=default-small


by the way man use main four port
433 tcp 1863 tcp and tcp 80 and sure it use dns 53 udp
and since it use port 80 we can’t make full unlimited




i hope some admin to told me the problem in my post???