torrent UDP marked as TCP in mangle

Hi ppl, pls i need help

My friend tryed to setup my mikrotik and it happens that when torrents are downloading, in the firewall->connections there are UDP connections active for torrent traffic ( UDP for my NAS box and one TCP - winbox connection ) but in mangle, they are constantly marked as TCP traffic in last 2 rules:

/ip firewall mangle

add action=mark-packet chain=prerouting comment=Other_Junk_Unmarked in-interface=ether1 new-packet-mark=qos7_in passthrough=no protocol=tcp

add action=mark-packet chain=postrouting new-packet-mark=qos7_out out-interface=ether1 passthrough=no protocol=tcp

also I have in mangle rule set as “other junk unmarked” for 6 tcp and 17 udp for prerouting and postrouting which when are turned on block all of my traffic (internet doesn’t work at all) but before when they were turned on internet worked fine

I have routerOS 6.27 (RB2011UiAS-2HnD-IN)
help?

help pls?